git.revparse

Undocumented in source.

Members

Enums

GitRevparseModeFlags
enum GitRevparseModeFlags
Undocumented in source.

Functions

revparse
GitRevSpec revparse(GitRepo repo, string spec)
Undocumented in source. Be warned that the author may not have intended to support it.
revparseExt
Tuple!(GitObject, GitReference) revparseExt(GitRepo repo, string spec)
Undocumented in source. Be warned that the author may not have intended to support it.
revparseSingle
GitObject revparseSingle(GitRepo repo, string spec)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitRevSpec
struct GitRevSpec
Undocumented in source.

Meta