aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/RenameDetector.java
Commit message (Expand)AuthorAgeFilesLines
* Support creating the working directory differenceShawn O. Pearce2010-09-021-6/+27
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-8/+38
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-061-5/+5
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-061-5/+5
* | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-8/+8
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-271-20/+132
* | Merge branch 'delta'Shawn O. Pearce2010-07-221-8/+14
|/
* Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-1/+3
* Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-43/+168
* Added very small optimization to exact rename detectionJeff Schumacher2010-07-121-1/+3
* Fixed Misleading JavadocJeff Schumacher2010-07-121-1/+3
* Cache the diff configuration sectionShawn O. Pearce2010-07-031-3/+2
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-130/+280
* Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+258