libgit2/tests-clar/diff
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
..
blob.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.h Diff iterators 2012-09-05 15:17:24 -07:00
diffiter.c Diff iterators 2012-09-05 15:17:24 -07:00
index.c Diff iterators 2012-09-05 15:17:24 -07:00
iterator.c diff: make inter-hunk-context default value git-compliant 2012-07-02 17:27:49 +02:00
patch.c Fix usage of "new" for fieldname in public header 2012-05-02 15:34:58 -07:00
tree.c Diff iterators 2012-09-05 15:17:24 -07:00
workdir.c Diff iterators 2012-09-05 15:17:24 -07:00