aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/HistogramDiff.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [performance] Remove synthetic access$ methods in dfs, diff and mergeAndrey Loskutov2015-10-281-2/+2
* HistogramDiff: Convert stack recursion to heap managed queueShawn Pearce2014-07-251-6/+14
* diff: Optimize single line editsShawn Pearce2014-04-181-1/+4
* Fix Javadoc formatting of org.eclipse.jgit.diff packageRobin Stocker2012-10-171-7/+7
* Define LowLevelDiffAlgorithm to bypass re-hashingShawn O. Pearce2010-10-101-11/+15
* Implement HistogramDiffShawn O. Pearce2010-09-241-0/+204