aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RevWalkUtils with count(start, end) methodRobin Stocker2012-01-161-0/+96
* Skip a number commits before starting to show the commit outputTomasz Zarna2012-01-021-0/+94
* Limit the number of commits in LogCommand outputTomasz Zarna2011-12-231-0/+96
* Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-253-0/+90
* Correct typo in RevWalk.parseBody commentKevin Sawicki2011-10-141-1/+1
* Implement server support for shallow clonesMatt Fischer2011-08-213-7/+432
* Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-132-4/+5
* RevWalk: Don't release during inMergeBase()Shawn O. Pearce2011-02-241-1/+0
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-1310-2/+107
* RevWalk: Don't reset ObjectReader when stoppingShawn O. Pearce2011-02-132-4/+0
* UploadPack: Donate parsed commits to PackWriterShawn O. Pearce2011-02-131-1/+21
* UploadPack: Avoid walking the entire project historyShawn O. Pearce2011-02-131-3/+37
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-3/+13
* ObjectWalk: Fix reset for non-commit objectsShawn O. Pearce2011-01-311-0/+11