summaryrefslogtreecommitdiff
path: root/t/t7703-repack-geometric.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-2/+2
2026-01-14builtin/repack: handle promisor packs with geometric repackingPatrick Steinhardt1-0/+61
2025-12-11midx-write: skip rewriting MIDX with `--stdin-packs` unless neededPatrick Steinhardt1-0/+35
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-05builtin/repack: fix leaking keep-pack listPatrick Steinhardt1-0/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt1-0/+27
2023-04-14repack: honor `-l` when calculating pack geometryPatrick Steinhardt1-0/+57
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt1-0/+25
2023-04-14repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt1-0/+23
2023-04-14repack: fix trying to use preferred pack in alternatesPatrick Steinhardt1-0/+32
2022-10-17repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau1-1/+5
2022-05-20builtin/repack.c: ensure that `names` is sortedTaylor Blau1-1/+1
2022-05-20t7703: demonstrate object corruption with pack.packSizeLimitTaylor Blau1-0/+47
2022-05-20repack: respect --keep-pack with geometric repackVictoria Dye1-0/+28
2021-09-28builtin/repack.c: make largest pack preferredTaylor Blau1-0/+22
2021-09-28builtin/repack.c: support writing a MIDX while repackingTaylor Blau1-1/+1
2021-03-05t7703: test --geometric repack with loose objectsTaylor Blau1-0/+31
2021-03-05builtin/repack.c: do not repack single packs with --geometricTaylor Blau1-0/+15
2021-02-22builtin/repack.c: add '--geometric' optionTaylor Blau1-0/+137