Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug making split deltas a COPIED targets | Russell Belfer | 2013-12-02 | 1 | -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_line | Nick Hengeveld | 2013-11-18 | 1 | -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 tests | Ben Straub | 2013-11-14 | 14 | -0/+7714 | |