102 Commits (729c92d72370d1ca08213b0dc114ef351ff39305)

Author SHA1 Message Date
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3 years ago
  Adithya Chakilam c7685003d8 Fix DateRevQueue tie breaks with more than 2 elements 3 years ago
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3 years ago
  Thomas Wolf dd3846513b Tag message must not include the signature 3 years ago
  Thomas Wolf 5abd8a4feb Enable GpgSigner to also sign tags 3 years ago
  Ivan Frade 003002c1cb revwalk: Introduce bitmap-based object reachability checker 4 years ago
  Ivan Frade 20bb312421 revwalk: Extract ObjectReachabilityChecker interface 4 years ago
  Ivan Frade ae26fa19b7 UploadPack: Extract walk-based reachability check 4 years ago
  Alex Spradlin cf8c84c6d1 RevWalk: fix bad topo flags error message 4 years ago
  Alex Spradlin e498d43186 RevWalk: new topo sort to not mix lines of history 4 years ago
  Yunjie Li 7ba261fb5f ObjectWalk: Add null check before skip tree. 4 years ago
  Alex Spradlin e40c38ab08 Revert "RevWalk: stop mixing lines of history in topo sort" 4 years ago
  Alex Spradlin b5e764abd2 RevWalk: stop mixing lines of history in topo sort 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  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 1daf6f13aa RewriteGenerator: avoid adding null parent 4 years ago
  Jonathan Tan 91979f93fa TreeRevFilterTest: Simplify filter used 4 years ago
  Thomas Wolf 762f6212b4 Close RevWalks in tests 4 years ago
  Alex Spradlin a80df5380f RevWalk: Traverse all parents of UNINTERESTING commits 4 years ago
  Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 4 years ago
  Dave Borowitz 4973f05252 RevWalk: Add a setFirstParent that mimics C git's --first-parent 5 years ago
  Matthias Sohn 73ba6658cf BitmapCalculator and its test: add missing license header 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
  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 00e51e35ee Return parsed objects from TestRepository.commit/tree/blob() 6 years ago
  Terry Parker 115a740e2f Correctly handle initialization of shallow commits 6 years ago
  David Pursehouse 1f6d43a652 Fix trivial usages of deprecated Repository#getAllRefs 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
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  David Pursehouse 190b575be1 Suppress "Unlikely argument type for equals()" warnings in tests 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  David Ostrovsky 9b4f1913fb RevFlagSetTest: Fix compilation error flagged by error prone 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Christian Halstrick 930cd43553 Fix merge-base calculation 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 7 years ago
  David Pursehouse 3c4e7c08a7 RevCommitListTest: Open Git and RevWalk in try-with-resource 8 years ago
  David Pursehouse 5bfdc3341c RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource 8 years ago
  David Pursehouse f0ef7748b4 RevObjectTest: Open RevWalk in try-with-resource 8 years ago
  David Pursehouse 44f64de091 RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource 8 years ago
  David Pursehouse 88d63ce174 Remove unnecessary suppression of deprecation warnings in tests 8 years ago
  Andrey Loskutov 7f31a9c9ad Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 8 years ago