deimos.git2.object_

Undocumented in source.

Members

Functions

git_object__size
size_t git_object__size(git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_dup
int git_object_dup(git_object** dest, git_object* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_free
void git_object_free(git_object* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_id
const(git_oid)* git_object_id(const(git_object)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_lookup
int git_object_lookup(git_object** object, git_repository* repo, const(git_oid)* id, git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_lookup_bypath
int git_object_lookup_bypath(git_object** out_, git_object* treeish, const(char)* path, git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_lookup_prefix
int git_object_lookup_prefix(git_object** object_out, git_repository* repo, const(git_oid)* id, size_t len, git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_owner
git_repository* git_object_owner(const(git_object)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_peel
int git_object_peel(git_object** peeled, const(git_object)* object, git_otype target_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_short_id
int git_object_short_id(git_buf* out_, const(git_object)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_string2type
git_otype git_object_string2type(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_object_type
git_otype git_object_type(const(git_object)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_type2string
const(char)* git_object_type2string(git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_object_typeisloose
int git_object_typeisloose(git_otype type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta