git.commit

Undocumented in source.

Members

Functions

createCommit
GitOid createCommit(GitRepo repo, string update_ref, GitSignature author, GitSignature committer, string message, GitTree tree, const(GitCommit)[] parents)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupCommit
GitCommit lookupCommit(GitRepo repo, GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupCommitPrefix
GitCommit lookupCommitPrefix(GitRepo repo, GitOid oid, size_t oid_length)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitCommit
struct GitCommit
Undocumented in source.

Meta