aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/MergeBaseGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+3
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-021-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-271-1/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix stack overflow in MergeBaseGeneratorShawn Pearce2017-05-021-31/+59
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Fix merge-base calculationChristian Halstrick2016-11-281-10/+33
* ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-101-1/+0
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* RevWalk: Don't release during inMergeBase()Shawn O. Pearce2011-02-241-1/+0
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-201-0/+1
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+224