aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/merge/MergeAlgorithm.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* MergeAlgorithm: Suppress Error Prone warning about reference equalityDavid Pursehouse2019-08-081-1/+6
* Fix javadoc in org.eclipse.jgit merge packageMatthias Sohn2017-12-191-5/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Optimize MergeAlgorithm if ours or theirs is emptyChristian Halstrick2011-05-171-0/+31
* Change default diff algorithm to histogram and add testsChristian Halstrick2010-11-261-4/+4
* Make diff algorithm configurableChristian Halstrick2010-11-261-8/+21
* Fixed merge algorithm regarding adjacent modificationsChristian Halstrick2010-11-021-4/+4
* Fix Severe Bug in Merge AlgorithmChristian Halstrick2010-10-281-8/+19
* Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-101-2/+2
* Refactor diff sequence APIShawn O. Pearce2010-09-061-8/+12
* Improve MergeAlgorithm to produce smaller conflictsChristian Halstrick2010-08-311-4/+35
* Add file content merge algorithmChristian Halstrick2010-01-061-0/+230