deimos.git2.status

Undocumented in source.

Members

Aliases

git_status_cb
alias git_status_cb = int function(const(char)* path, uint status_flags, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

git_status_opt_t
enum git_status_opt_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_status_show_t
enum git_status_show_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_status_t
enum git_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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_init_options
int git_status_init_options(git_status_options* opts, uint version_)
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.

Manifest constants

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

Mixins

__anonymous
mixin _ExportEnumMembers!git_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_status_show_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin _ExportEnumMembers!git_status_opt_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

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

Meta