166 Commits (70e250c3564cd9a17479fecc0d58d1700806c056)

Author SHA1 Message Date
  Ivan Frade f5f5c80bf5 BitmappedReachabilityChecker: Use only one bitmap for the whole check 4 years ago
  Ivan Frade a0204a4727 ReachabilityChecker: Receive a Stream instead of a Collection 4 years ago
  Thomas Wolf cb85f7be8b TopoSortGenerator: simplify first-parent handling 4 years ago
  Thomas Wolf 1daf6f13aa RewriteGenerator: avoid adding null parent 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Alex Spradlin a80df5380f RevWalk: Traverse all parents of UNINTERESTING commits 4 years ago
  Matthias Sohn 70258a9cb2 [error prone] fix ReferenceEquality warning in RevWalk#isMergedInto 4 years ago
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
  Ivan Frade 848d9f0d71 TreeRevFilter: Refresh code to latest coding standards 5 years ago
  Thomas Wolf 758124fa9c Correct @since in RevWalk for the --first-parent methods 5 years ago
  Dave Borowitz 4973f05252 RevWalk: Add a setFirstParent that mimics C git's --first-parent 5 years ago
  David Pursehouse 0f9063941c ObjectWalk: Prefer boolean operators over logical operators in comparisons 5 years ago
  Ivan Frade 82316fc23a BitmapCalculator: javadoc fixes 5 years ago
  Andrey Loskutov e57a37e767 RevWalkUtils: add progress callback to findBranchesReachableFrom 5 years ago
  Matthias Sohn 73ba6658cf BitmapCalculator and its test: add missing license header 5 years ago
  Ivan Frade 5dce8614ab RevWalk: new method createReachabilityChecker() 5 years ago
  Ivan Frade 8216929618 ReachabilityCheckers: @since 5.4 5 years ago
  Ivan Frade 601b0ae577 BitmappedReachabilityChecker: Reachability check using bitmaps 5 years ago
  Ivan Frade b6da4b34cc BitmapCalculator: Get the reachability bitmap of a commit 5 years ago
  Ivan Frade 4e196faa1b ReachabilityChecker: Default implementation with a RevWalk 5 years ago
  Matthew DeVore 175e66548b tree:<depth> should not traverse overly-deep trees 5 years ago
  Matthew DeVore 93dd2d482a Preliminary support for tree:<depth> filter 5 years ago
  Carsten Hammer 0b320b2c35 Use Arrays.asList instead of copying array in a for loop 5 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Masaya Suzuki 3c1af2761f Process unshallow commits first 5 years ago
  Matthew DeVore 00523f38a1 ObjectWalk: simplify tree traversal logic 5 years ago
  Michael Keppler 90e614a41d Fix Javadoc typo 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  Ivan Frade d9ac7ddf10 Remove unnecessary modifiers from interfaces 5 years ago
  Jonathan Nieder a0cd400c37 Simplify RevWalk#iterator by factoring out common code 5 years ago
  Jonathan Nieder aeba003200 Simplify exception handling in RevWalk#iterator 5 years ago
  Jonathan Tan df21eec1ad DepthGenerator: fix multi-child boundary handling 5 years ago
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 5 years ago
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 5 years ago
  Jonathan Nieder c58362c174 Avoid using @Nullable to annotate arrays 5 years ago
  Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 5 years ago
  Jonathan Tan 953cf2c9da DepthGenerator: remove redundant depth check 5 years ago
  David Turner 559c68cb01 Parse signature of GPG-signed commits 6 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Terry Parker 115a740e2f Correctly handle initialization of shallow commits 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  Thomas Wolf e00f59b7fe Remove useless for(;;) loop 6 years ago
  David Pursehouse 94cf82dbc5 RevWalk: Annotate methods documented to return "Never null" as @NonNull 6 years ago
  Matthias Sohn 1c35379100 Remove unused imports 6 years ago
  Matthias Sohn 0cba440277 Fix javadoc in org.eclipse.jgit revwalk package 6 years ago
  Jonathan Tan c9d25505d8 BitmapWalker: do not revisit objects in bitmap 6 years ago
  Jonathan Tan ccf25f9541 Make PackWriterBitmapWalker public 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago