49 Commits (bb7d58d670fbee9cece285ce99537cc652e73d25)

Author SHA1 Message Date
  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
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 years ago
  Matthias Sohn 7b3ee6f62e Fix error log message in ObjectDirectory.handlePackError() 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
  David Pursehouse db0b7911fe ObjectDirectory: Open BufferedReader in try-with-resource 6 years ago
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 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 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
  Martin Fick e4714a2a5f Prevent alternates loop 7 years ago
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 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
  Hongkai Liu a33663fd4e Detect stale-file-handle error in causal chain 7 years ago
  James Melvin 91132bb05e gc: Add options to preserve and prune old pack files 7 years ago
  Marc Strapetz 1c4b3f8c45 Fix possible InvalidObjectIdException in ObjectDirectory 7 years ago
  Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename 9 years ago
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 years ago
  Matthias Sohn 05acf1c62f Use java.io.File to check existence of loose objects in ObjectDirectory 8 years ago
  Martin Fick cb08dd8b14 Add public isStaleFileHandle() API, improve detection. 8 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 c18694e0d1 Use slf4j to log instead of printing to System.err 9 years ago
  Matthias Sohn f5936405a3 If a pack isn't found on disk remove it from pack list 9 years ago
  Matthias Sohn 27ee334213 Don't remove pack from pack list for problems which could be transient 9 years ago
  Matthias Sohn 9b86ebb4f6 Log reason for ignoring pack when IOException occurred 9 years ago
  Christian Halstrick 1b9130e8db Make sure modifications to config-param trustFolderStat are detected 9 years ago
  Christian Halstrick 0fc8b05a71 Introduce config parameter core.trustfolderstat 9 years ago
  Marc Strapetz 59a2dc801c Files should be deleted with "retry" option 10 years ago
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places 11 years ago
  Shawn Pearce d1aacc415a Fix MissingObjectException race in ObjectDirectory 10 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 11 years ago
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 11 years ago
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 11 years ago
  Roberto Tyley 5dcc8693d7 Fix concurrent creation of fan-out object directories 11 years ago
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Shawn O. Pearce 461b012e95 PackWriter: Support reuse of entire packs 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Robin Rosenberg 24e7f0f6fa Fix tests broken by fix for adding files in a network share 13 years ago
  Robin Rosenberg c4c8d80fd3 Fix adding files in a network share 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Shawn O. Pearce c8db22f355 Extract pack directory last modified check code 13 years ago