libgit2_d.example.blame

Undocumented in source.

Members

Functions

lg2_blame
int lg2_blame(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

blame_opts
struct blame_opts

This example demonstrates how to invoke the libgit2 blame API to roughly simulate the output of git blame and a few of its command line arguments.

Meta