aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix StackOverflowError in RevCommit.carryFlags on deep side graphsShawn Pearce2014-03-131-16/+63
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-111-27/+4
* Add a missing since tagChristian Halstrick2014-01-301-0/+1
* Fix serving fetch of existing shallow clientShawn Pearce2014-01-281-0/+12
* Merge "Recognize CRLF when parsing the short message of a commit or tag"Robin Rosenberg2013-08-102-2/+4
|\
| * Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-142-2/+4
* | Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-1/+1
|/
* Remove unused repository field from RevWalkDave Borowitz2013-05-051-9/+1
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-052-13/+16
* Document RevTag#getObject() that returned object is unparsedRobin Stocker2013-04-221-1/+9
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-0/+2
* Support creating pack bitmap indexes in PackWriter.Colby Ranger2013-03-051-0/+10
* Fix while boundries in DateRevQueue.add()Gustaf Lundh2013-02-251-1/+1