summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert "Let ObjectWalk.markUninteresting also mark the root tree as"David Ostrovsky2015-04-261-13/+1
* | RevWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-7/+18
* | RevWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-2/+2
* | Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+17
|/
* Add retainOnReset(RevFlag) to RevWalk to simplify reset usageShawn Pearce2014-10-191-1/+48
* When marking commits as uninteresting don't care if the tree existsChristian Halstrick2014-10-101-1/+5
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-042-0/+4
* Let ObjectWalk.markUninteresting also mark the root tree asSaša Živkov2014-08-281-1/+8
* Don't set REWRITE flag unless parent rewriting is requestedDave Borowitz2014-06-121-5/+7
* Rename RewriteTreeFilter to TreeRevFilter and make it publicDave Borowitz2014-06-123-20/+54
* RevWalk: Allow disabling parent rewritingDave Borowitz2014-05-052-3/+30
* Merge changes Id9a641dd,If2ee1f42Robin Rosenberg2014-04-091-1/+6
|\
| * Fixed RevWalk.isMergedInto() returning wrong resultsGustaf Lundh2014-03-241-1/+6
* | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-292-2/+3
|/