libgit2/tests-clar/diff
Russell Belfer db106d01f0 Move rename detection into new file
This improves the naming for the rename related functionality
moving it to be called `git_diff_find_similar()` and renaming
all the associated constants, etc. to make more sense.

I also moved the new code (plus the existing `git_diff_merge`)
into a new file `diff_tform.c` where I can put new functions
related to manipulating git diff lists.

This also updates the implementation significantly from the
last revision fixing some ordering issues (where break-rewrite
needs to be handled prior to copy and rename detection) and
improving config option handling.
2012-10-30 09:40:50 -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 Move rename detection into new file 2012-10-30 09:40:50 -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