git_diff_hunk
extern (C)
struct git_diff_hunk {
}
Members
- header
char[128] header;
Undocumented in source.
- header_len
size_t header_len;
Undocumented in source.
- new_lines
int new_lines;
Undocumented in source.
- new_start
int new_start;
Undocumented in source.
- old_lines
int old_lines;
Undocumented in source.
- old_start
int old_start;
Undocumented in source.
deimos git2 diff
aliasesenumsfunctionsmanifest constantsstructsvariables