libgit2/tests-clar/diff
Russell Belfer b4f5bb0747 Initial implementation of diff rename detection
This implements the basis for diff rename and copy detection,
although it is based on simple SHA comparison right now instead
of using a matching algortihm.  Just as `git_diff_merge` can be
used as a post-pass on diffs to emulate certain command line
behaviors, there is a new API `git_diff_detect` which will
update a diff list in-place, adjusting some deltas to RENAMED
or COPIED state (and also, eventually, splitting MODIFIED deltas
where the change is too large into DELETED/ADDED pairs).

This also adds a new test repo that will hold rename/copy/split
scenarios.  Right now, it just has exact-match rename and copy,
but the tests are written to use tree diffs, so we should be able
to add new test scenarios easily without breaking tests.
2012-10-23 16:40:51 -07:00
..
blob.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diff_helpers.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diff_helpers.h Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
diffiter.c Clean up Win64 warnings 2012-09-28 14:34:08 -07:00
index.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
iterator.c Merge pull request #968 from arrbee/diff-support-typechange 2012-10-17 14:14:51 -07:00
patch.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
rename.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
tree.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
workdir.c Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00