Object.ParsedCommit

Represents a parsed Git commit object.

Members

Properties

parsedAuthor
Authorship parsedAuthor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
parsedAuthor
Authorship parsedAuthor [@property getter]

Get or set author/committer lines as parsed object.

parsedCommitter
Authorship parsedCommitter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parsedCommitter
Authorship parsedCommitter [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

author
string author;
committer
string committer;

Raw author/committer lines.

gpgsig
string[] gpgsig;

GPG signature certifying this commit, if any.

message
string[] message;

Commit message lines.

parents
CommitID[] parents;

This commit's parents.

tree
TreeID tree;

The Git OID of this commit's tree.

Meta