aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/SimilarityIndex.java
Commit message (Expand)AuthorAgeFilesLines
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-2/+3
* Skip detecting content renames for binary filesYoussef Elghareeb2021-05-311-3/+10
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-4/+5
* Enable public access to SimilarityIndex scoring functionDavid Pletcher2015-05-261-4/+48
* Rename detection should canonicalize line endingsMarc Strapetz2015-01-021-22/+42
* SimilarityIndex: Don't overflow internal counter fieldsShawn O. Pearce2010-11-121-9/+20
* SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-121-15/+35
* SimilarityIndex: Correct comment explaining the logicShawn O. Pearce2010-11-121-2/+2
* Reduce content hash function collisionsShawn O. Pearce2010-09-231-25/+19
* Merge branch 'js/diff'Shawn O. Pearce2010-08-041-1/+2
|\
| * Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-041-1/+2
* | Merge branch 'delta'Shawn O. Pearce2010-07-221-4/+48
|/
* Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-121-3/+3
* Fixed potential div by zero bugJeff Schumacher2010-07-121-0/+2
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-0/+295