libgit2_d.example.add

Undocumented in source.

Members

Enums

index_mode
enum index_mode

The following example demonstrates how to add files with libgit2.

Functions

init_array
void init_array(libgit2_d.strarray.git_strarray* array, int argc, char** argv)
Undocumented in source.
lg2_add
int lg2_add(libgit2_d.types.git_repository* repo, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
print_matched_cb
int print_matched_cb(const(char)* path, const(char)* matched_pathspec, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
print_usage
void print_usage()
Undocumented in source.

Structs

index_options
struct index_options
Undocumented in source.

Meta