libgit2_d.example.ls_files

Undocumented in source.

Members

Functions

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

Structs

ls_options
struct ls_options

This example demonstrates the libgit2 index APIs to roughly simulate the output of git ls-files. git ls-files has many options and this currently does not show them.

Meta