aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/SimilarityRenameDetector.java
Commit message (Expand)AuthorAgeFilesLines
* Change default similarity score to 50(%) to match git's defaultMatthias Sohn2024-11-141-1/+1
* [errorprone] SimilarityRenameDetector: suppress IntLongMathMatthias Sohn2023-09-251-0/+2
* [6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf2021-11-221-10/+5
* Skip detecting content renames for binary filesYoussef Elghareeb2021-05-311-4/+22
* Skip detecting content renames for large filesYoussef Elghareeb2021-03-141-0/+16
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-6/+6
|\
| * SimilarityRenameDetector: Fix inconsistent indentationDavid Pursehouse2020-02-191-4/+4
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix API breakage introduced by da254106Matthias Sohn2018-08-081-5/+11
* Abort rename detection in a timely manner if cancelledMatthias Sohn2018-08-071-2/+11
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* SimilarityRenameDetector: Initialize sizes to 0Shawn O. Pearce2010-11-121-9/+4
* SimilarityRenameDetector: Avoid allocating source indexShawn O. Pearce2010-11-121-8/+11
* SimilarityRenameDetector: Only attempt to index large files onceShawn O. Pearce2010-11-121-0/+10
* SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-121-3/+26
* Support creating the working directory differenceShawn O. Pearce2010-09-021-13/+14
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-1/+1
* Merge branch 'delta'Shawn O. Pearce2010-07-221-6/+7
* Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-4/+4
* Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-121-1/+55
* Added file size based rename detection optimizationJeff Schumacher2010-07-121-0/+32
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-0/+295