- git_revparse
int git_revparse(git_revspec* revspec, git_repository* repo, const(char)* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_revparse_ext
int git_revparse_ext(git_object** object_out, git_reference** reference_out, git_repository* repo, const(char)* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_revparse_single
int git_revparse_single(git_object** out_, git_repository* repo, const(char)* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.