deimos.git2.sys.index

Undocumented in source.

Members

Functions

git_index_name_add
int git_index_name_add(git_index* index, const(char)* ancestor, const(char)* ours, const(char)* theirs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_name_clear
void git_index_name_clear(git_index* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_name_entrycount
uint git_index_name_entrycount(git_index* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_name_get_byindex
const(git_index_name_entry)* git_index_name_get_byindex(git_index* index, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_add
int git_index_reuc_add(git_index* index, const(char)* path, int ancestor_mode, const(git_oid)* ancestor_id, int our_mode, const(git_oid)* our_id, int their_mode, const(git_oid)* their_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_clear
void git_index_reuc_clear(git_index* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_entrycount
uint git_index_reuc_entrycount(git_index* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_find
int git_index_reuc_find(size_t* at_pos, git_index* index, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_get_byindex
const(git_index_reuc_entry)* git_index_reuc_get_byindex(git_index* index, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_get_bypath
const(git_index_reuc_entry)* git_index_reuc_get_bypath(git_index* index, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_index_reuc_remove
int git_index_reuc_remove(git_index* index, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta