- git_status_byindex
const(git_status_entry)* git_status_byindex(git_status_list* statuslist, size_t idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_file
int git_status_file(uint* status_flags, git_repository* repo, 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_status_foreach
int git_status_foreach(git_repository* repo, git_status_cb callback, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_foreach_ext
int git_status_foreach_ext(git_repository* repo, const(git_status_options)* opts, git_status_cb callback, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_list_entrycount
size_t git_status_list_entrycount(git_status_list* statuslist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_list_free
void git_status_list_free(git_status_list* statuslist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_list_new
int git_status_list_new(git_status_list** out_, git_repository* repo, const(git_status_options)* opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_status_should_ignore
int git_status_should_ignore(int* ignored, git_repository* repo, 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.