228 Commits (b5941c74e59e64c5fd374a09067e74e26eed2612)

Author SHA1 Message Date
  Jonathan Nieder 0c7ad12c76 Avoid double-colon in InvalidObjectIdException description 9 years ago
  Christian Halstrick 6b65adca2d Add a grace period for packfiles during GC 9 years ago
  Terry Parker 8b20f2c890 Update comments about PackStatistics 9 years ago
  Terry Parker 6a415915c2 Add the set of shallow commits to PackStatistics 9 years ago
  Terry Parker d9bbb04c3e Introduce PostUploadHook to replace UploadPackLogger 9 years ago
  Dave Borowitz a85e817dc2 Rewrite push certificate parsing 9 years ago
  Yuxuan 'fishy' Wang 9cbe222837 Fix public API issues introduced in I1baeedcc6946. 9 years ago
  Matthias Sohn 65ceb23c81 Add missing javadoc @param for new method setObjectCountCallback() 9 years ago
  Yuxuan 'fishy' Wang 53be446f6a Callback in PackWriter & BundleWriter. 9 years ago
  Terry Parker dd22bc831a Update PackWriter.Statistics.getBitmapIndexMises() 9 years ago
  Jonathan Nieder 54b195ad3e Clarify description of ServiceNotAuthorizedException 9 years ago
  Matthias Sohn faae5cdb5b Fix hidden field warnings in bundle org.eclipse.jgit 9 years ago
  Hugo Arès 663ccd76f0 Close WindowCursor using try-with-resources in UnpackedObject 9 years ago
  Hugo Arès 27128b3e01 Fix WindowCursor memory leak. 9 years ago
  Dave Borowitz b8c8008115 FS: Extract GobblerThread into a private static class 9 years ago
  Terry Parker 0e8ac496cd Add bitmap index misses to PackWriter.Statistics 9 years ago
  Matthias Sohn bb48901ddf Silence false potential null pointer access warnings 9 years ago
  Matthias Sohn 746cf09b33 Silence non-externalized string warnings in org.eclipse.jgit 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Saša Živkov d9062145b8 Don't invalidate pack file on InterruptedIOException 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Shawn Pearce 2eb16aa6ca Remove SoftReference from dfs.DeltaBaseCache 9 years ago
  Shawn Pearce 8ff08455f6 Fix memory leak in dfs.DeltaBaseCase 9 years ago
  Shawn Pearce 53e39094bf ObjectWalk: make setRetainBody(false) the default 9 years ago
  Sebastian Schuberth 11c393a1d4 Do not concatenate strings as arguments to StringBuilder.append() 9 years ago
  Hugo Arès ae4b72d50e Remove pack from list when file handle is stale 9 years ago
  Hugo Arès d3a73c1407 Lower log level to warn for handled pack errors 9 years ago
  Matthias Sohn 10412ddfed Delete deprecated PackWriter.preparePack() methods 9 years ago
  Shawn Pearce 6e5c71b358 Remove validate support when reusing cached pack 9 years ago
  Shawn Pearce a3476ced1f Rename copyThroughCache to shouldCopyThroughCache 9 years ago
  Shawn Pearce 1553a6ff55 Add readAheadBuffer hint to ReadableChannel 9 years ago
  Shawn Pearce c761c8bb5c Avoid storing large packs in block cache during reuse 9 years ago
  Matthias Sohn bb2ca576ff Externalize error message used in CheckoutCommand 9 years ago
  Matthias Sohn 842ae868cf Externalize error messages used in DfsGarbageCollector 9 years ago
  Matthias Sohn 13cfc83b2b Use try-with-resource to close resources in DfsGarbageCollector 9 years ago
  Matthias Sohn 6feb7bc9dd Silence non-externalized string warning in PackIndexV2 9 years ago
  Matthias Sohn 4dd4d7e12a Silence false null pointer access warnings in PackFile 9 years ago
  Matthias Sohn fc2d723dd9 Externalize error messages used in ObjectDirectoryInserter 9 years ago
  Matthias Sohn ed42bad1c6 Use try-with-resource to close resources in GC 9 years ago
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 9 years ago
  Dave Borowitz 89b91ad406 InMemoryRepository: Use a real Builder class 9 years ago
  Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents 12 years ago
  Dave Borowitz d79cadb3cf TestRepository: Add a reset method to move HEAD around 9 years ago
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 9 years ago
  David Pletcher cc8c270c9b Allow public access to PackIndex 9 years ago
  Laurent Delaigue 26fd56f167 Refactored pre-commit hook to make it less invasive. 9 years ago
  Dave Borowitz 12a55c3475 Add an in-process pack transport for use in tests 9 years ago
  Stefan Beller b9725a54fd Port push certificates 9 years ago
  Matthias Sohn 57644f23a1 Provide more details in exceptions thrown when packfile is invalid 9 years ago