aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/RenameDetectorTest.java
Commit message (Expand)AuthorAgeFilesLines
* JGit blame very slow for large merge commits that rename filesSimeon Andreev2022-07-011-70/+1
* Skip detecting content renames for binary filesYoussef Elghareeb2021-05-311-0/+51
* Skip detecting content renames for large filesYoussef Elghareeb2021-03-141-0/+48
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Fix MissingObjectException in RenameDetectorRĂ¼diger Herrmann2015-11-121-0/+31
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-271-2/+3
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+34
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-061-1/+4
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-061-1/+4
* | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-8/+8
* | Merge branch 'js/diff'Shawn O. Pearce2010-08-041-0/+15
|\|
| * Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-041-0/+15
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-271-0/+121
|/
* Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-0/+19
* Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-0/+58
* Added more test cases for RenameDetectorJeff Schumacher2010-07-121-9/+108
* Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-121-6/+6
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-118/+203
* Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+204