aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/RenameDetector.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-13/+13
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-1/+1
* Add missing @since tagsMatthias Sohn2013-05-061-0/+1
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-7/+15
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-251-1/+1
* RenameDetector: Only scan deletes if adds existShawn O. Pearce2010-11-121-9/+8
* SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-121-8/+19
* 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