libgit2/tests-clar/resources/issue_592
Russell Belfer f335ecd6e1 Diff iterators
This refactors the diff output code so that an iterator object
can be used to traverse and generate the diffs, instead of just
the `foreach()` style with callbacks.  The code has been rearranged
so that the two styles can still share most functions.

This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses
that as a common error code for marking the end of iteration when
using a iterator style of object.
2012-09-05 15:17:24 -07:00
..
.gitted Diff iterators 2012-09-05 15:17:24 -07:00
c Move test resources 2012-05-02 16:18:55 -07:00
t Move test resources 2012-05-02 16:18:55 -07:00
a.txt Move test resources 2012-05-02 16:18:55 -07:00
l.txt Move test resources 2012-05-02 16:18:55 -07:00