- git_status_byindexconst(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_fileint 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_foreachint 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_extint 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_entrycountsize_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_freevoid 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_newint 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_ignoreint 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.