aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Performance fixes in DateRevQueueGustaf Lundh2013-02-251-2/+62
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-2715-35/+46
* RevWalk support for shallow clonesMarc Strapetz2012-11-212-4/+31
* Add Javadoc description for packagesRobin Stocker2012-10-312-0/+8
* RevWalk: Add link to parseHeaders/parseBody in Javadoc of lookupCommitRobin Stocker2012-10-131-0/+3
* Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFromRobin Rosenberg2012-09-081-1/+4
* Refactored method to find branches from which a commit is reachableRobin Rosenberg2012-08-211-0/+73
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-151-5/+36
* Enable loading history until a given commitMatthias Sohn2012-05-211-0/+66
* Remove 86 boxing warningsKevin Sawicki2012-05-083-9/+15
* LogCommand#setMaxCount affects all commitsTomasz Zarna2012-03-181-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-1215-15/+15