aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/ObjectWalk.java
Commit message (Expand)AuthorAgeFilesLines
* ObjectWalk: close ObjectReader on close() if neededThomas Wolf2022-01-301-3/+7
* Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-281-6/+6
* UploadPack: Refactor to generalize the object reachability checksIvan Frade2020-04-281-0/+23
* ObjectWalk: Add null check before skip tree.Yunjie Li2020-02-261-1/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* ObjectWalk: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-1/+1
* tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+11
* Preliminary support for tree:<depth> filterMatthew DeVore2019-04-161-13/+94
* ObjectWalk: simplify tree traversal logicMatthew DeVore2019-03-221-16/+13
* Avoid double wordsMincong HUANG2018-12-211-4/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit revwalk packageMatthias Sohn2017-12-191-40/+63
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Correct @since tags for ObjectFilterJonathan Nieder2015-05-151-2/+2
* Fix typo in ObjectWalk#getObjectFilter javadocJonathan Nieder2015-05-151-1/+1
* Allow ObjectWalk to be filtered by an arbitrary predicateJonathan Nieder2015-05-141-3/+49
* ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-101-14/+0
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-0/+1
* Revert "Let ObjectWalk.markUninteresting also mark the root tree as"David Ostrovsky2015-04-261-13/+1
* When marking commits as uninteresting don't care if the tree existsChristian Halstrick2014-10-101-1/+5
* Let ObjectWalk.markUninteresting also mark the root tree asSaša Živkov2014-08-281-1/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Remove 86 boxing warningsKevin Sawicki2012-05-081-4/+6
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-131-113/+368
* 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
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-201-1/+20
* Add path hash code to ObjectWalkShawn O. Pearce2010-07-091-0/+12
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-6/+19
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+6
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-18/+23
* Ensure the tree parser resets in ObjectWalkShawn O. Pearce2010-02-021-0/+2
* Correct ObjectWalk error message when bad object is foundShawn O. Pearce2010-02-021-3/+3
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-6/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+432