71 Commits (9b55f1a27828255abcb6f1366f4a2eb30bd8b38c)

Author SHA1 Message Date
  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
  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
  Matthias Sohn 18cda3888c GC: delete empty directories after purging loose objects 7 years ago
  David Pursehouse b20f7d610e Organize imports 7 years ago
  Hector Caballero 27b710c394 Make GC cancellable when called programmatically 7 years ago
  Matthias Sohn a11bb03127 GC.prune(Set<ObjectId>): return early if objects directory is empty 7 years ago
  Hongkai Liu 8fd500e20c Clean up orphan files in GC 7 years ago
  Lars Vogel 71edc8bd6f Fixes Javadoc error in org.eclipse.jgit created with I59539ac 7 years ago
  Jonathan Nieder 061d24f6d5 Remove @since tags from internal packages 7 years ago
  David Turner 8bec98cec0 gc: loosen unreferenced objects 7 years ago
  James Melvin 91132bb05e gc: Add options to preserve and prune old pack files 7 years ago
  Shawn Pearce db77610256 Pack refs/tags/ with refs/heads/ 7 years ago
  Matthias Sohn f63267134f [findBugs] Fix potential NPE in GC 7 years ago
  Hector Oswaldo Caballero 4ddd4a3d1b Fix one case of missing object 7 years ago
  Matthias Sohn f8ac03459a Fix loop in auto gc 7 years ago
  Matthias Sohn 64a404803e Implement auto gc 8 years ago
  Jonathan Nieder dd2a5a7faf Make GC.RepoStatistics static 7 years ago
  Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 7 years ago
  Christian Halstrick 6590c0a92a GC should not pack objects only referenced by ORIG_HEAD,... 8 years ago
  Christian Halstrick 74743bc547 Add config parameter gc.prunePackExpire for packfile expiration 8 years ago
  Shawn Pearce a290b822ab RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs 8 years ago
  Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull 8 years ago
  Shawn Pearce 40051505d7 GC: Pack RefTrees in their own pack 8 years ago
  Matthias Sohn 3fc93f8a56 Rename files using NIO2 atomic rename 9 years ago
  Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 8 years ago
  Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 8 years ago
  Christian Halstrick 6b65adca2d Add a grace period for packfiles during GC 9 years ago
  Matthias Sohn ed42bad1c6 Use try-with-resource to close resources in GC 9 years ago
  Christian Halstrick 227357f929 Add "aggressive" option to GC 9 years ago
  Christian Halstrick 16436ef6d9 Fix GarbageCollection not to pack HEAD 10 years ago
  Matthias Sohn 1bdfd3b3aa [findBugs] Ensure streams are closed in a finally block 10 years ago