summaryrefslogtreecommitdiff
path: root/t/t5329-pack-objects-cruft.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-4/+4
2025-03-21repack: avoid combining cruft packs with `--max-cruft-size`Taylor Blau1-0/+52
2025-03-21t/t5329-pack-objects-cruft.sh: evict 'repack'-related testsTaylor Blau1-250/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-24t: fix typosAndrew Kreimer1-1/+1
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt1-0/+2
2023-08-29builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau1-10/+44
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau1-0/+171
2022-08-24t5329: notice a failure within a loopJunio C Hamano1-1/+2
2022-08-22t: detect and signal failure within loopEric Sunshine1-4/+4
2022-06-16t5329: test 'git gc --cruft' without '--prune=now'Derrick Stolee1-1/+3
2022-05-26sha1-file.c: don't freshen cruft packsTaylor Blau1-0/+25
2022-05-26builtin/gc.c: conditionally avoid pruning objects via looseTaylor Blau1-0/+37
2022-05-26builtin/repack.c: add cruft packs to MIDX during geometric repackTaylor Blau1-0/+26
2022-05-26builtin/repack.c: allow configuring cruft pack generationTaylor Blau1-0/+83
2022-05-26builtin/repack.c: support generating a cruft packTaylor Blau1-0/+207
2022-05-26builtin/pack-objects.c: --cruft with expirationTaylor Blau1-0/+143
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau1-0/+218