Downloads
Reference
Learning
Security
Source
API Documentation
diff
git_diff_file_fn
Version:
v0.17.0
When iterating over a diff, callback that will be made per file.
Signature
GitHub
typedef int git_diff_file_fn(
void *
,
git_diff_delta *
,
float
);
Parameters
void *
In
git_diff_delta *
In
float
In
Parameter To
git_diff_foreach
git_diff_blobs
Versions
v0.17.0