494 Commits (db6c2c2aa58f574383b51b3802e6817ac4cf8963)

Author SHA1 Message Date
  Thomas Wolf d9e767b431 Suppress warning for trying to delete non-empty directory 5 years ago
  Hugo Arès d4a19c328f Fix GC run in foreground to not use executor 5 years ago
  Luca Milanesio 977726e5bb Delete all loose refs empty directories 6 years ago
  Luca Milanesio eea9a7a0ba Use java.nio to delete path to get detailed errors 6 years ago
  Hector Caballero 4eea4ea508 GC: Remove empty references folders 6 years ago
  Luca Milanesio 5a8ad44208 Do not ignore path deletion errors 6 years ago
  Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 6 years ago
  Dave Borowitz 085d1f9599 Make PackInserter public 6 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  Dave Borowitz 43ef5dabf1 PackInserter: Ensure objects are written at the end of the pack 6 years ago
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible 6 years ago
  David Pursehouse c228f201a6 LargeObjectException: Add constructor that takes Throwable 6 years ago
  David Pursehouse 0f1c160aa7 Don't unnecessarily explicitly call CorruptObjectException#initCause 6 years ago
  David Pursehouse 365c6cb387 Use new StoredObjectRepresentationNotAvailableException constructor 6 years ago
  Matthias Sohn d0342be42d Fix javadoc in org.eclipse.jgit storage/reftree package 6 years ago
  Matthias Sohn 43e26de7ec Fix javadoc in org.eclipse.jgit storage/reftable package 6 years ago
  Matthias Sohn 783dbf1b03 Fix javadoc in org.eclipse.jgit storage/pack package 6 years ago
  Matthias Sohn c6d17443ad Fix javadoc in org.eclipse.jgit storage/io package 6 years ago
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6 years ago
  Matthias Sohn a224b78675 Fix javadoc in org.eclipse.jgit dfs package 6 years ago
  David Pursehouse 5e7eed41f6 StoredObjectRepresentationNotAvailableException: Add constructor that takes cause 6 years ago
  Zhen Chen 99e70530b9 DfsFsck: Skip unborn branches and symrefs to nowhere 6 years ago
  Thomas Wolf c86327979f Write packed-refs directly when cloning 6 years ago
  Shawn Pearce f635aa51f8 DfsBlockCache.hasBlock0: quickly check for file in cache 6 years ago
  David Pursehouse c40e150790 InMemoryRepository: Make inner class MemObjDatabase static 6 years ago
  David Pursehouse c89a11213e DfsBlockCache#creditSpace: release clockLock in finally block 6 years ago
  Minh Thai 159da6dacc Break down DfsBlockCache stats by pack file extension. 6 years ago
  Hector Caballero bac4d32d39 GC: Delete stale temporary packs and indexes 6 years ago
  Christian Halstrick 10e65cb4fa Fix LockFile semantics when running on NFS 6 years ago
  Christian Halstrick 218cf3403d Honor trustFolderStats also when reading packed-refs 6 years ago
  Minh Thai 15a189e4e0 Add flag for keeping ref tombstones in GC reftable 6 years ago
  Minh Thai f3897ac6c3 Preserve ref tombstone when compact top retable stack 6 years ago
  Minh Thai 0e5abbfafc ReftableCompactor should accept 0 for minUpdateIndex 6 years ago
  Hector Caballero 4334b27d3c ObjectDirectory: Add pack directory getter 6 years ago
  Marc Strapetz 9bb126d12d FileUtils.toPath to convert File to Path 6 years ago
  Zhen Chen c93c653ccf Add a setting for fsck to check connectivity only 6 years ago
  Jonathan Tan ccf25f9541 Make PackWriterBitmapWalker public 6 years ago
  Zhen Chen fdf8620ec9 Check non-flushed packs for existence of object 6 years ago
  Dave Borowitz 678c99c057 PackInserter: Implement newReader() 6 years ago
  Dave Borowitz 080b4770e7 Move some strings from DfsText to JGitText 6 years ago
  Dave Borowitz f7ceeaa23f FileRepository: Add pack-based inserter implementation 6 years ago
  Dave Borowitz 5ce1cc3d43 ObjectDirectory: Factor a method to close open pack handles 6 years ago
  Dave Borowitz 5b5c3a2e1d ObjectDirectory: Remove last modified check in insertPack 6 years ago
  Masaya Suzuki 45837ff189 Align PackStatistics and DfsPackDescription list length 6 years ago
  Shawn Pearce 7cd5d77ae3 dfs: Switch InMemoryRepository to DfsReftableDatabase 6 years ago
  Shawn Pearce 1d31257a5d dfs: reftable backed DfsRefDatabase 6 years ago
  Shawn Pearce 7f59cfe143 Support symbolic references in ReceiveCommand 6 years ago
  Zhen Chen 0f814a2a6c Skip unreachable garbage packs in dfs fsck 6 years ago
  Dave Borowitz 2bbe15abd4 ReflogWriter: Align auto-creation defaults with C git 6 years ago
  Dave Borowitz 77a28e0d58 Support force writing reflog on a per-update basis 6 years ago