162 Commits (df6a1c55fa12a296476848e2b2fa1842abafa46d)

Author SHA1 Message Date
  Matthias Sohn 1d95f9cb8f [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception 3 years ago
  Jonathan Nieder 3c807e0158 Do not send empty blob in response to blob:none filter 3 years ago
  Yunjie Li 913234e2ec PackBitmapIndex: Set distance threshold 4 years ago
  Yunjie Li dcb0265436 PackBitmapIndex: Reduce memory usage in GC 4 years ago
  Yunjie Li b1d4b45708 PackBitmapIndex: Add util methods and builder to BitmapCommit 4 years ago
  Yunjie Li d23254ee57 PackBitmapIndex: Move BitmapCommit to a top-level class 4 years ago
  Lars Vogel 512ffc9e7f Using for-each loop in jdt 4 years ago
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type 4 years ago
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  David Pursehouse 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  Lars Vogel 9d1e477417 Use lambdas where possible 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Ivan Frade 10b1b490a6 CachedPackUriProvider: size should be a long (not an int) 4 years ago
  Ivan Frade a307c88714 PackWriter/Statistics: Report offloaded size 4 years ago
  Ivan Frade 892c804699 CachedPackUriProvider: Add size to the pack information 4 years ago
  Matthias Sohn cd9422f239 Silence warnings for non-externalized strings 4 years ago
  Jonathan Tan a004820858 UploadPack: support custom packfile-to-URI mapping 5 years ago
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
  David Pursehouse 858736df37 PackWriter: Prefer boolean operators over logical operators in comparisons 5 years ago
  David Pursehouse 84c315b2a0 PackWriter: Make internal class static 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Matthias Sohn 8f2b4c8a6e Use integer depth in PackWriter's DepthAwareVisitationPolicy 5 years ago
  Matthew DeVore 0a15cb3a2b tree:<depth>: do not revisit tree during packing 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 c0268f899e Join catch sections using multicatch 5 years ago
  Carsten Hammer 38eaa490f2 Remove unnecessary type specifications 5 years ago
  Matthew DeVore 4cd954856e Expose and pass around the FilterSpec object rather than the raw blob limit 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  David Pursehouse e6b4ae2e14 Remove unnecessary @since tags from non-API classes 5 years ago
  Jonathan Nieder 647cc8f604 Remove unnecessary modifiers from interfaces 5 years ago
  David Pursehouse b3adaf7741 PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warning 5 years ago
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 years ago
  Jonathan Tan 32798dcfdb Always send refs' objects despite "filter" in pack 5 years ago
  Terry Parker 7fe15d4428 Add progress monitor step to first phase of GC commit selection 6 years ago
  tparker 2070d146cb Fix a GC scalability issue when selecting commit bitmaps 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 901e663a66 PackWriter: Fix Eclipse errors about missing Javadoc 6 years ago
  Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 6 years ago
  Matthias Sohn cc19f64966 Remove deprecated Statistics, UploadPackLogger, UploadPackLoggerChain 6 years ago
  Terry Parker 302596cc67 Add negotiation statistics to PackStatistics 6 years ago
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible 6 years ago
  Matthias Sohn 783dbf1b03 Fix javadoc in org.eclipse.jgit storage/pack package 6 years ago
  Jonathan Tan ccf25f9541 Make PackWriterBitmapWalker public 6 years ago
  David Pursehouse 65b2d0b2d9 ObjectToPack: Add missing @Override annotation 6 years ago
  Shawn Pearce 2d76df2442 reftable: reserve standard PackExt 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago