aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/PendingGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-021-2/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-261-1/+3
* RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-271-1/+6
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-101-2/+0
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-131-1/+2
* RevWalk: Don't reset ObjectReader when stoppingShawn O. Pearce2011-02-131-3/+0
* Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-1/+3
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-201-1/+4
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+182