libgit2/tests/diff
Russell Belfer 2123a17f83 Fix bug making split deltas a COPIED targets
When FIND_COPIES is used in combination with BREAK_REWRITES for
rename detection, there was a bug where the split MODIFIED delta
was only used as a target for RENAME records and not for COPIED
records.  This fixes that, converting the split into a pair of
DELETED and COPIED deltas when that circumstance arises.
2013-12-02 13:27:06 -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 Fix bug making split deltas a COPIED targets 2013-12-02 13:27:06 -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