Expand description
Provides the data for talking about commits.
Structs
Author is the static information of a git2::Signature.
Commit is the static information of a git2::Commit. To get back the
original Commit in the repository we can use the Oid to retrieve
it.