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.

Members

Variables

C
int C;
Undocumented in source.
F
int F;
Undocumented in source.
M
int M;
Undocumented in source.
commitspec
char* commitspec;
Undocumented in source.
end_line
int end_line;
Undocumented in source.
path
char* path;
Undocumented in source.
start_line
int start_line;
Undocumented in source.

Meta