128 Commits (95846863cbb929d2433d7a38151c2c7aebedafb0)

Author SHA1 Message Date
  Matthias Sohn 0f1735de0b GC#deleteOrphans: log warning for deleted orphaned files 3 years ago
  Matthias Sohn 3996408cde GC#deleteOrphans: handle failure to list files in pack directory 3 years ago
  Matthias Sohn fde7a271a4 Ensure that GC#deleteOrphans respects pack lock 3 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 years ago
  David Pursehouse 9c97a586bf GC: Update TODO comments 5 years ago
  Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 5 years ago
  Matthias Sohn 4904a625c9 Avoid null PackConfig in GC 5 years ago
  Matthias Sohn 534ede2d81 Fix GC to delete empty fanout directories after repacking 5 years ago
  Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 7 years ago
  Matthias Sohn 882fed0d96 Cancel gc if thread was interrupted 7 years ago
  Matthias Sohn 8cad84ccfb Fix GC.deleteEmptyRefsFolders 5 years ago
  David Pursehouse e6b4ae2e14 Remove unnecessary @since tags from non-API classes 5 years ago
  Hector Caballero b7351facd5 GC: Avoid logging errors when deleting non-empty folders 5 years ago
  Matthias Sohn ddf56d6f85 Fix NoSuchFileException in GC.deleteTempPacksIdx() 5 years ago
  Masaya Suzuki 36346bd81c Add SuppressWarnings for FutureReturnValueIgnored 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 5 years ago
  Luca Milanesio eea9a7a0ba Use java.nio to delete path to get detailed errors 5 years ago
  Hector Caballero 4eea4ea508 GC: Remove empty references folders 6 years ago
  Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Jonathan Nieder 0a35e5f25b Rename RefDatabase#getAllRefs to getRefs 6 years ago
  David Pursehouse 4dcf2f93db RefDatabase: Introduce getAllRefs method 6 years ago
  Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 6 years ago
  David Pursehouse e53edce867 GC: Open auto-closeable resources in try-with-resource 6 years ago
  Hector Caballero 93654f75a2 GC: Remove empty references folders 6 years ago
  Hector Caballero 6766fc85d0 GC: Merge if statement with the enclosing one 6 years ago
  Hector Caballero 4644d15bc5 GC: Replace Files methods with File alternatives 6 years ago
  Hector Caballero 66127d4284 GC: Replace anonymous classes with lambdas 6 years ago
  Hector Caballero 54053389ef GC: Simplify lambda 6 years ago
  Hector Caballero e00a12f5a2 GC: Simplify reference equals() method 6 years ago
  Hector Caballero f58c3fce90 GC: Simplify boolean expression 6 years ago
  Hector Caballero 6ca4c79063 GC: Simplify expression 6 years ago
  Hector Caballero 049417d504 GC: Remove redundant type arguments 6 years ago
  Hector Caballero e3b73d889c GC: Remove unnecessary continue statement 6 years ago
  Dave Borowitz 1c16ea4601 Ensure DirectoryStream is closed promptly 6 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6 years ago
  Hector Caballero bac4d32d39 GC: Delete stale temporary packs and indexes 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 5ce1cc3d43 ObjectDirectory: Factor a method to close open pack handles 6 years ago
  Matthias Sohn e9fb111182 Cleanup: Organize imports 6 years ago
  Terry Parker 8dd53135cb Add a new singlePack option to PackConfig 7 years ago
  Matthias Sohn 18ae9bb57d Allow to use an external ExecutorService for background auto-gc 7 years ago
  David Turner 6b1e3c58b1 Run auto GC in the background 7 years ago
  Terry Parker c46c720e99 Exclude refs/tags from bitmap commit selection 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
  David Turner d3962fef6b GC: don't loosen doomed objects 7 years ago