libgit2

git_diff_hunk_cb

Version:

When iterating over a diff, callback that will be made per hunk.

Signature

typedef int git_diff_hunk_cb(const git_diff_delta *, const git_diff_hunk *, void *);

Parameters

Parameter To

Versions