GitSignature

Undocumented in source.

Constructors

this
this(git_signature* sig)
Undocumented in source.
this
this(GitCommit owner, const(git_signature)* sig)
Undocumented in source.
this
this(GitTag owner, const(git_signature)* sig)
Undocumented in source.

Members

Functions

cHandle
const(git_signature)* cHandle()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_signature, git_signature_free, false)
Undocumented in source.

Properties

dup
GitSignature dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
email
string email [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
time
SysTime time [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta