aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-9/+9
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-1/+4
* Cleanup: Remove redundant type argumentsMatthias Sohn2017-08-301-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+12
* Silence unused object warning in MyersDiffMatthias Sohn2015-05-261-0/+1
* Make MyersDiff interruptibleHugo Arès2015-03-171-0/+4
* Hide warnings about field hiding in the MyersDiff codeRobin Rosenberg2014-09-041-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-5/+15
* Fix Javadoc formatting of org.eclipse.jgit.diff packageRobin Stocker2012-10-171-36/+40
* Remove 86 boxing warningsKevin Sawicki2012-05-081-3/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Fix oddness check in MyersDiff for negative numbersRobin Stocker2010-10-281-3/+3
* Define LowLevelDiffAlgorithm to bypass re-hashingShawn O. Pearce2010-10-101-18/+18
* Perform common start/end elimination by default for DiffAlgorithmShawn O. Pearce2010-09-211-41/+11
* Move cached element hash codes to HashedSequenceShawn O. Pearce2010-09-201-10/+37
* Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-101-9/+10
* Refactor diff sequence APIShawn O. Pearce2010-09-061-7/+15
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+8
* Add javadoc comments, remove unused code, shift comments to correct placeChristian Halstrick2009-10-091-25/+88
* Fixed MyersDiff to be able to handle more than 100kChristian Halstrick2009-10-091-16/+19
* Add Myers' algorithm to generate diff scriptsJohannes Schindelin2009-10-061-0/+469