GitReference

Undocumented in source.

Constructors

this
this(GitObject object)
Undocumented in source.
this
this(GitRepo repo, git_reference* reference)
Undocumented in source.

Members

Functions

delete_
void delete_()
Undocumented in source. Be warned that the author may not have intended to support it.
rename
GitReference rename(string new_name, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
GitReference resolve()
Undocumented in source. Be warned that the author may not have intended to support it.
setSymbolicTarget
GitReference setSymbolicTarget(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
GitReference setTarget(GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cHandle
inout(git_reference)* cHandle [@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.
owner
GitRepo owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
peeledTarget
GitOid peeledTarget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
symbolicTarget
string symbolicTarget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
target
GitOid target [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
git_ref_t type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta