libgit2

git_diff_binary_cb

Version:

When iterating over a diff, callback that will be made for binary content within the diff.

Signature

typedef int git_diff_binary_cb(const git_diff_delta *, const git_diff_binary *, void *);

Parameters

Parameter To

Versions