deimos.git2.revparse

Undocumented in source.

Members

Enums

git_revparse_mode_t
enum git_revparse_mode_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Mixins

__anonymous
mixin _ExportEnumMembers!git_revparse_mode_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_revspec
struct git_revspec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta