143 コミット (b9653ccdad437c5449f8eaf0c4e9cfdd2afe4519)

作成者 SHA1 メッセージ 日付
  andrewxian2000 1ae7e08bca Fix garbage collection failing to delete pack file 2年前
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3年前
  Nasser Grainawi 093020864f GC: deleteOrphans: Use PackFile 3年前
  Nasser Grainawi dc7f0bfee9 GC: Use PackFile to de-dup logic 3年前
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3年前
  Han-Wen Nienhuys 7386f73bb0 Remove reftree and ketch 4年前
  Matthias Sohn 0f1735de0b GC#deleteOrphans: log warning for deleted orphaned files 3年前
  Matthias Sohn 3996408cde GC#deleteOrphans: handle failure to list files in pack directory 3年前
  Matthias Sohn fde7a271a4 Ensure that GC#deleteOrphans respects pack lock 3年前
  Nail Samatov d76088bca6 Fix IOException occurring during gc 3年前
  Matthias Sohn e23bdf1c7c Ensure GC.deleteOrphans() can delete read-only orphaned files on Windows 3年前
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4年前
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4年前
  Han-Wen Nienhuys 38586d54d0 file: implement FileReftableDatabase 4年前
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4年前
  David Pursehouse 9c97a586bf GC: Update TODO comments 5年前
  Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 5年前
  Matthias Sohn 4904a625c9 Avoid null PackConfig in GC 5年前
  Matthias Sohn 534ede2d81 Fix GC to delete empty fanout directories after repacking 5年前
  Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 6年前
  Matthias Sohn 882fed0d96 Cancel gc if thread was interrupted 6年前
  Matthias Sohn 8cad84ccfb Fix GC.deleteEmptyRefsFolders 5年前
  David Pursehouse e6b4ae2e14 Remove unnecessary @since tags from non-API classes 5年前
  Hector Caballero b7351facd5 GC: Avoid logging errors when deleting non-empty folders 5年前
  Matthias Sohn ddf56d6f85 Fix NoSuchFileException in GC.deleteTempPacksIdx() 5年前
  Masaya Suzuki 36346bd81c Add SuppressWarnings for FutureReturnValueIgnored 5年前
  Hugo Arès d4a19c328f Fix GC run in foreground to not use executor 5年前
  Luca Milanesio 977726e5bb Delete all loose refs empty directories 5年前
  Luca Milanesio eea9a7a0ba Use java.nio to delete path to get detailed errors 5年前
  Hector Caballero 4eea4ea508 GC: Remove empty references folders 6年前
  Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 6年前
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6年前
  Jonathan Nieder 0a35e5f25b Rename RefDatabase#getAllRefs to getRefs 6年前
  David Pursehouse 4dcf2f93db RefDatabase: Introduce getAllRefs method 6年前
  Matthias Sohn 9edf9bf2d6 Remove trivial cases of using deprecated RefDatabase.getRefs() 6年前
  David Pursehouse e53edce867 GC: Open auto-closeable resources in try-with-resource 6年前
  Hector Caballero 93654f75a2 GC: Remove empty references folders 6年前
  Hector Caballero 6766fc85d0 GC: Merge if statement with the enclosing one 6年前
  Hector Caballero 4644d15bc5 GC: Replace Files methods with File alternatives 6年前
  Hector Caballero 66127d4284 GC: Replace anonymous classes with lambdas 6年前
  Hector Caballero 54053389ef GC: Simplify lambda 6年前
  Hector Caballero e00a12f5a2 GC: Simplify reference equals() method 6年前
  Hector Caballero f58c3fce90 GC: Simplify boolean expression 6年前
  Hector Caballero 6ca4c79063 GC: Simplify expression 6年前
  Hector Caballero 049417d504 GC: Remove redundant type arguments 6年前
  Hector Caballero e3b73d889c GC: Remove unnecessary continue statement 6年前
  Dave Borowitz 1c16ea4601 Ensure DirectoryStream is closed promptly 6年前
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6年前
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6年前
  Hector Caballero bac4d32d39 GC: Delete stale temporary packs and indexes 6年前