aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* Process unshallow commits firstMasaya Suzuki2019-04-111-1/+14
* ObjectWalk: simplify tree traversal logicMatthew DeVore2019-03-221-16/+13
* Fix Javadoc typoMichael Keppler2019-03-081-1/+1
* Avoid double wordsMincong HUANG2018-12-212-8/+8
* Remove unnecessary modifiers from interfacesIvan Frade2018-11-152-7/+7
* Merge changes I97c062d0,Ib4e1f37cDavid Pursehouse2018-11-081-21/+21
|\
| * Simplify RevWalk#iterator by factoring out common codeJonathan Nieder2018-11-081-13/+21
| * Simplify exception handling in RevWalk#iteratorJonathan Nieder2018-11-081-8/+0
* | DepthGenerator: fix multi-child boundary handlingJonathan Tan2018-11-082-3/+13
|/
* UploadPack: Implement deepen-not for protocol v2Jonathan Tan2018-10-232-3/+117
* Throw error when deepen-since excludes all commitsJonathan Tan2018-10-231-0/+4
* Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-1/+1
* UploadPack: support deepen-since in protocol v2Jonathan Tan2018-09-272-1/+62
* DepthGenerator: remove redundant depth checkJonathan Tan2018-09-271-2/+1
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+29
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-5/+5
* Correctly handle initialization of shallow commitsTerry Parker2018-06-262-13/+42
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1829-84/+84
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1532-124/+124
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-5/+5
* Remove useless for(;;) loopThomas Wolf2018-03-071-19/+17
* RevWalk: Annotate methods documented to return "Never null" as @NonNullDavid Pursehouse2018-01-181-0/+12
* Remove unused importsMatthias Sohn2017-12-201-1/+0
* Fix javadoc in org.eclipse.jgit revwalk packageMatthias Sohn2017-12-1940-256/+487
* BitmapWalker: do not revisit objects in bitmapJonathan Tan2017-11-101-1/+22
* Make PackWriterBitmapWalker publicJonathan Tan2017-11-101-0/+227
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Fix stack overflow in MergeBaseGeneratorShawn Pearce2017-05-021-31/+59
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-206-13/+13
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1912-0/+46
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
* Fix merge-base calculationChristian Halstrick2016-11-281-10/+33
* Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-1/+1
* Add missing @since tags for new APIMatthias Sohn2016-08-091-0/+3
* Shallow fetch: Respect "shallow" linesTerry Parker2016-08-051-0/+8
* RevWalk: Make fields available to DepthWalkTerry Parker2016-08-041-1/+1
* Added filter for merge and non-merges commits.Alcemir Santos2016-05-201-0/+32
* RevCommit: Better support invalid encoding headersShawn Pearce2016-01-112-27/+77
* Don't call reader.close() 2 times on dispose()Andrey Loskutov2015-10-101-1/+0
* UploadPack: Verify clients send only commits for shallow linesShawn Pearce2015-09-141-0/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+0
* Fix warnings in ObjectFilterMatthias Sohn2015-05-151-5/+11
* Correct @since tags for ObjectFilterJonathan Nieder2015-05-152-3/+3
* Fix typo in ObjectWalk#getObjectFilter javadocJonathan Nieder2015-05-151-1/+1
* Allow ObjectWalk to be filtered by an arbitrary predicateJonathan Nieder2015-05-142-3/+136
* Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-102-2/+25
* ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-104-19/+0
* RevWalk: Discard uninteresting commits unless RevSort.BOUNDARYShawn Pearce2015-05-101-1/+1
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-104-20/+36
* Merge branch 'stable-3.7'Matthias Sohn2015-04-271-13/+1
|\