libgit2/include
yorah 0d64ba4837 diff: add a notify callback to git_diff__from_iterators
The callback will be called for each file, just before the `git_delta_t` gets inserted into the diff list.

When the callback:
- returns < 0, the diff process will be aborted
- returns > 0, the delta will not be inserted into the diff list, but the diff process continues
- returns 0, the delta is inserted into the diff list, and the diff process continues
2013-02-07 20:44:35 +01:00
..
git2 diff: add a notify callback to git_diff__from_iterators 2013-02-07 20:44:35 +01:00
git2.h update copyrights 2013-01-08 17:31:27 -06:00