283 Commits (b525036e586c1e3e8ec5ab316cef1652603fe78e)

Author SHA1 Message Date
  Han-Wen Nienhuys 0e3d4a273f BatchRefUpdate: repro racy atomic update, and fix it 4 years ago
  Luca Milanesio d6e00d2015 Remember the cause for invalidating a packfile 5 years ago
  Luca Milanesio 82b1af31e2 Fix pack files scan when filesnapshot isn't modified 5 years ago
  Matthias Sohn 534ede2d81 Fix GC to delete empty fanout directories after repacking 5 years ago
  Luca Milanesio bf3d1ded35 Check for packfile validity and fd before reading 5 years ago
  Luca Milanesio afef866a44 Move throw of PackInvalidException outside the catch 5 years ago
  Luca Milanesio 2d116cd0ab Use FileSnapshot to get lastModified on PackFile 5 years ago
  Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 5 years ago
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 years ago
  Juergen Denner 19c4380689 Reduce contention on PackFile.idx() function. 5 years ago
  Matthias Sohn 7b3ee6f62e Fix error log message in ObjectDirectory.handlePackError() 5 years ago
  Matthias Sohn e8f7bb3608 Properly format pack checksums in PackFile.idx() 5 years ago
  Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 7 years ago
  Luca Milanesio daefa69502 PackFile: report correct message for checksum mismatch 5 years ago
  David Pursehouse e6fd4732d0 ObjectDirectory: Clean up logging 5 years ago
  Luca Milanesio baf1bb20d0 ObjectDirectory: extra logging on packfile exceptions 5 years ago
  Matthias Sohn 667ac8b318 Fix NoSuchFileException during directory cleanup in RefDirectory 5 years ago
  Matthias Sohn c78d6445ec Externalize warning message in RefDirectory.delete() 5 years ago
  Thomas Wolf 94fad4412a Suppress warning for trying to delete non-empty directory 5 years ago
  Matthias Sohn 06e06fc291 Fix atomic lock file creation on NFS 5 years ago
  Matthias Sohn 6bec391d36 Use constant for ".lock" 6 years ago
  Hector Caballero b7351facd5 GC: Avoid logging errors when deleting non-empty folders 5 years ago
  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 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6 years ago
  Thomas Wolf c86327979f Write packed-refs directly when cloning 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
  Hector Caballero 4334b27d3c ObjectDirectory: Add pack directory getter 6 years ago
  Marc Strapetz 9bb126d12d FileUtils.toPath to convert File to Path 6 years ago
  Dave Borowitz 678c99c057 PackInserter: Implement newReader() 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
  Shawn Pearce 7f59cfe143 Support symbolic references in ReceiveCommand 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