libgit2_d.example.status

Undocumented in source.

Members

Enums

FORMAT_DEFAULT
anonymousenum FORMAT_DEFAULT

This example demonstrates the use of the libgit2 status APIs, particularly the libgit2_d.types.git_status_list object, to roughly simulate the output of running git status. It serves as a simple example of using those APIs to get basic status information.

Functions

lg2_status
int lg2_status(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.

Manifest constants

MAX_PATHSPEC
enum MAX_PATHSPEC;
Undocumented in source.

Structs

status_opts
struct status_opts
Undocumented in source.

Meta