aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-10/+14
* Make diff locations more consistentKB Sriram2017-04-031-17/+102
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* diff: Optimize single line editsShawn Pearce2014-04-181-0/+3
* Fix Javadoc formatting of org.eclipse.jgit.diff packageRobin Stocker2012-10-171-1/+1
* Fix diff bug on inserted lineShawn O. Pearce2011-05-161-1/+1
* Make diff algorithm configurableChristian Halstrick2010-11-261-0/+32
* Fix ugly diff showing insertion of new methodShawn O. Pearce2010-11-011-1/+18
* Perform common start/end elimination by default for DiffAlgorithmShawn O. Pearce2010-09-211-6/+55
* Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-101-0/+79