summaryrefslogtreecommitdiff
path: root/tests/diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug making split deltas a COPIED targetsRussell Belfer2013-12-021-0/+49
| | | | | | | | 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.
* Add content offset to git_diff_lineNick Hengeveld2013-11-181-0/+6
| | | | | | For additions and deletions, external consumers like subversion can make use of the content offset to generate diffs in their proprietary formats.
* Rename tests-clar to testsBen Straub2013-11-1414-0/+7714