aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/GcBasicPackingTest.java
Commit message (Expand)AuthorAgeFilesLines
* GC tests: use java.time APIMatthias Sohn2024-12-281-2/+2
* Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-281-18/+18
* Restore preserved packs during missing object seeksMartin Fick2021-03-041-0/+51
* Create a PackFile class for Pack filenamesNasser Grainawi2021-03-041-7/+4
* Rename PackFile to PackNasser Grainawi2021-02-101-2/+2
* Fix IOException occurring during gcNail Samatov2020-11-051-0/+23
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* GC: don't loosen doomed objectsDavid Turner2017-02-171-0/+39
* gc: loosen unreferenced objectsDavid Turner2017-01-241-4/+19
* gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-1/+42
* Pack refs/tags/ with refs/heads/Shawn Pearce2017-01-031-9/+5
* Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-311-1/+12
* Bitmap generation: Add a test of ordering commits by "chains"Terry Parker2015-10-281-139/+0
* Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-211-61/+133
* Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-0/+73
* Add a grace period for packfiles during GCChristian Halstrick2015-06-221-0/+44
* Add "aggressive" option to GCChristian Halstrick2014-09-191-13/+40
* Break up GCTest to run in parallelShawn Pearce2013-11-241-0/+162