Interface GitCommitDetails

interface GitCommitDetails {
    author: string;
    commit: string;
    date: string;
    subject: string;
}

Properties

author: string

Name of the commit author

commit: string

Short hash of the commit

date: string

ISO datetime string for commit

subject: string

Commit summary