libgit2/tests-clar/diff
Russell Belfer 6428630865 Fix bugs in new diff patch code
This fixes all the bugs in the new diff patch code.  The only
really interesting one is that when we merge two diffs, we now
have to actually exclude diff delta records that are not supposed
to be tracked, as opposed to before where they could be included
because they would be skipped silently by `git_diff_foreach()`.
Other than that, there are just minor errors.
2012-09-25 16:35:05 -07:00
..
blob.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.c Fix bugs in new diff patch code 2012-09-25 16:35:05 -07:00
diff_helpers.h Diff iterators 2012-09-05 15:17:24 -07:00
diffiter.c Fix bugs in new diff patch code 2012-09-25 16:35:05 -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 Initial implementation of new diff patch API 2012-09-25 16:35:05 -07:00
workdir.c Initial implementation of new diff patch API 2012-09-25 16:35:05 -07:00