166 コミット (70e250c3564cd9a17479fecc0d58d1700806c056)

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