git.reference

Undocumented in source.

Members

Functions

createReference
GitReference createReference(GitRepo repo, string name, GitOid target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
createSymbolicReference
GitReference createSymbolicReference(GitRepo repo, string name, string target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
dwimReference
GitReference dwimReference(GitRepo repo, string shorthand)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupReference
GitReference lookupReference(GitRepo repo, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupReferenceId
GitOid lookupReferenceId(GitRepo repo, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitReference
struct GitReference
Undocumented in source.

Meta