libgit2

commit

Version:
Git commit parsing, formatting routines

Objects

Parsed representation of a commit object

Functions

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 committer of a commit

Get the author of a commit

Get the tree pointed to by a 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