Skip to content

Git Extension: Commit interface should provide date and author name #88294

@ole1986

Description

@ole1986

It would be very useful to have commit date, author name, ... in the Commit interface when calling getCommit([...])

Something similar to this:

export interface Commit {
    readonly hash: string;
    readonly message: string;
    readonly parents: string[];
    readonly commitDate?: Date;
    readonly authorEmail?: string | undefined;
    readonly authorName?: string | undefined;

}

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitygitGIT issuesgood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions