aboutsummaryrefslogtreecommitdiff
path: root/t/t7700-repack.sh
AgeCommit message (Expand)Author
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano
2026-02-24t: disable maintenance where we verify object database structurePatrick Steinhardt
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2025-08-25path-walk: fix setup of pending objectsDerrick Stolee
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee
2025-01-27repack: add --name-hash-version optionDerrick Stolee
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau
2024-04-03t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `Taylor Blau
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano
2023-10-02t7700: split cruft-related tests to t7704Taylor Blau
2023-10-02repack: implement `--filter-to` for storing filtered out objectsChristian Couder
2023-10-02repack: add `--filter=<filter-spec>` optionChristian Couder
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee
2023-06-26Merge branch 'tb/collect-pack-filenames-fix'Junio C Hamano
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau
2023-05-23t7700-repack: modernize test formatJohn Cai
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2022-11-29Merge branch 'gc/resolve-alternate-symlinks'Junio C Hamano
2022-11-25object-file: use real paths when adding alternatesGlen Choo
2022-11-18Merge branch 'tb/repack-expire-to'Taylor Blau
2022-10-30Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau
2022-10-28Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau
2022-10-23t7700: annotate cruft-pack failure with ok=sigpipeJeff King
2022-10-21repack: drop remove_temporary_files()Jeff King
2022-10-21repack: use tempfiles for signal cleanupJeff King
2022-10-17repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau
2022-10-17builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau
2022-03-25t7700: check post-condition in kept-pack testDerrick Stolee
2022-03-23Merge branch 'ps/repack-with-server-info'Junio C Hamano
2022-03-14repack: add config to skip updating server infoPatrick Steinhardt
2022-03-14repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt
2022-02-16Merge branch 'tb/midx-bitmap-corruption-fix'Junio C Hamano
2022-01-27midx: read `RIDX` chunk when presentTaylor Blau
2022-01-05Merge branch 'ds/repack-fixlets'Junio C Hamano
2021-12-20repack: make '--quiet' disable progressDerrick Stolee
2021-12-20repack: respect kept objects with '--write-midx -b'Derrick Stolee
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-10-01builtin/repack.c: pass `--refs-snapshot` when writing bitmapsTaylor Blau
2021-09-28builtin/repack.c: support writing a MIDX while repackingTaylor Blau
2021-09-01t7700: update to work with MIDX bitmap test knobTaylor Blau
2019-12-04t7700: stop losing return codes of git commandsDenton Liu
2019-12-04t7700: make references to SHA-1 genericDenton Liu
2019-12-04t7700: replace egrep with grepDenton Liu
2019-12-04t7700: consolidate code into test_has_duplicate_object()Denton Liu