libgit2/tests/diff
Russell Belfer 97ad85b88d Add GIT_DIFF_FIND_DELETE_UNMODIFIED flag
When doing copy detection, it is often necessary to include
UNMODIFIED records in the git_diff so they are available as source
records for GIT_DIFF_FIND_COPIES_FROM_UNMODIFIED.  Yet in the final
diff, often you will not want to have these UNMODIFIED records.
This adds a flag which marks these UNMODIFIED records for deletion
from the diff list so they will be removed after the rename detect
phase is over.
2013-12-02 13:30:05 -08:00
..
blob.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diff_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diff_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diffiter.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
drivers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
index.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iterator.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
notify.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
patch.c Add content offset to git_diff_line 2013-11-18 14:03:25 -08:00
pathspec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Add GIT_DIFF_FIND_DELETE_UNMODIFIED flag 2013-12-02 13:30:05 -08:00
submodules.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tree.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
workdir.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00