192 次程式碼提交 (ed5be35e2ef69b23260d4ec1ce3cabfc4aee0c95)

作者 SHA1 備註 提交日期
  Adithya Chakilam 41643dcb79 Optimize RevWalkUtils.findBranchesReachableFrom() 3 年之前
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3 年之前
  Thomas Wolf 3774fcc848 GPG signature verification via BouncyCastle 3 年之前
  Adithya Chakilam c7685003d8 Fix DateRevQueue tie breaks with more than 2 elements 3 年之前
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3 年之前
  Thomas Wolf dd3846513b Tag message must not include the signature 3 年之前
  Thomas Wolf 5abd8a4feb Enable GpgSigner to also sign tags 3 年之前
  Matthias Sohn 91188a7d82 Fix wrong @since tags added in dcb0265 4 年之前
  Yunjie Li dcb0265436 PackBitmapIndex: Reduce memory usage in GC 4 年之前
  Ivan Frade 0a2a094fea Reduce BitmappedObjectReachabilityChecker visibility 4 年之前
  Thomas Wolf 9f07528ff8 Add missing @since to new API 4 年之前
  Ivan Frade 70ec9a83b8 ObjectReachabilityCheckers: Make walk member final 4 年之前
  Ivan Frade a661e2e9eb UploadPack: Refactor to generalize the object reachability checks 4 年之前
  Ivan Frade 003002c1cb revwalk: Introduce bitmap-based object reachability checker 4 年之前
  Ivan Frade 20bb312421 revwalk: Extract ObjectReachabilityChecker interface 4 年之前
  Ivan Frade ae26fa19b7 UploadPack: Extract walk-based reachability check 4 年之前
  Alex Spradlin cf8c84c6d1 RevWalk: fix bad topo flags error message 4 年之前
  Alex Spradlin e498d43186 RevWalk: new topo sort to not mix lines of history 4 年之前
  Lars Vogel 512ffc9e7f Using for-each loop in jdt 4 年之前
  Yunjie Li 7ba261fb5f ObjectWalk: Add null check before skip tree. 4 年之前
  Alex Spradlin e40c38ab08 Revert "RevWalk: stop mixing lines of history in topo sort" 4 年之前
  Alex Spradlin b5e764abd2 RevWalk: stop mixing lines of history in topo sort 4 年之前
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
  Carsten Hammer 74bc50125d Replace chain of if statements with switch 5 年之前
  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 4 年之前
  Thomas Wolf 758124fa9c Correct @since in RevWalk for the --first-parent methods 4 年之前
  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 年之前