deimos.git2.oid

Undocumented in source.

Members

Functions

git_oid_cmp
int git_oid_cmp(const(git_oid)* a, const(git_oid)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_cpy
void git_oid_cpy(git_oid* out_, const(git_oid)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_equal
int git_oid_equal(const(git_oid)* a, const(git_oid)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_fmt
void git_oid_fmt(char* out_, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_fromraw
void git_oid_fromraw(git_oid* out_, const(ubyte)* raw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_fromstr
int git_oid_fromstr(git_oid* out_, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_fromstrn
int git_oid_fromstrn(git_oid* out_, const(char)* str, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_fromstrp
int git_oid_fromstrp(git_oid* out_, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_iszero
int git_oid_iszero(const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_ncmp
int git_oid_ncmp(const(git_oid)* a, const(git_oid)* b, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_nfmt
void git_oid_nfmt(char* out_, size_t n, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_pathfmt
void git_oid_pathfmt(char* out_, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_shorten_add
int git_oid_shorten_add(git_oid_shorten* os, const(char)* text_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_shorten_free
void git_oid_shorten_free(git_oid_shorten* os)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_shorten_new
git_oid_shorten* git_oid_shorten_new(size_t min_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_strcmp
int git_oid_strcmp(const(git_oid)* id, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_streq
int git_oid_streq(const(git_oid)* id, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_tostr
char* git_oid_tostr(char* out_, size_t n, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_oid_tostr_s
char* git_oid_tostr_s(const(git_oid)* oid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Structs

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

Meta