GitCommit

Undocumented in source.

Constructors

this
this(GitObject obj)
Undocumented in source.
this
this(GitRepo repo, git_commit* commit)
Undocumented in source.

Members

Functions

getNthGenAncestor
GitCommit getNthGenAncestor(uint n)
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
GitCommit getParent(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
getParentOid
GitOid getParentOid(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

author
GitSignature author [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cHandle
inout(git_commit)* cHandle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
commitTime
SysTime commitTime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
committer
GitSignature committer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
GitOid id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
message
string message [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
messageEncoding
string messageEncoding [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
GitRepo owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parentCount
uint parentCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawHeader
string rawHeader [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawMessage
string rawMessage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tree
GitTree tree [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
treeId
GitOid treeId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta