Parsed representation of a commit object
Lookup a commit object from a repository The generated commit object is owned by the revision repo and shall not be freed by the user.
Create a new in-memory git_commit
Get the id of a commit
Get the short (one line) message of a commit
Get the full message of a commit
Get the commit time (i
Get the commit timezone offset (i
Get the committer of a commit
Get the author of a commit
Get the tree pointed to by a commit
Get the number of parents of this commit
Get the specified parent of the commit
Add a new parent commit to an existing commit
Set the message of a commit
Set the committer of a commit
Set the author of a commit
Set the tree which is pointed to by a commit