summaryrefslogtreecommitdiffstats
path: root/t/t7700-repack.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* builtin/repack: fix leaking configurationPatrick Steinhardt2024-09-271-0/+1
* midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-13/+14
* t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau2024-08-061-14/+7
* t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `Taylor Blau2024-04-031-0/+2
* commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt2023-11-261-1/+1
* Merge branch 'tb/repack-max-cruft-size'Junio C Hamano2023-10-181-121/+0
|\
| * t7700: split cruft-related tests to t7704Taylor Blau2023-10-031-121/+0
* | repack: implement `--filter-to` for storing filtered out objectsChristian Couder2023-10-021-0/+62
* | repack: add `--filter=<filter-spec>` optionChristian Couder2023-10-021-0/+135
|/
* builtin/repack.c: only repack `.pack`s that existDerrick Stolee2023-07-111-1/+35
* Merge branch 'tb/collect-pack-filenames-fix'Junio C Hamano2023-06-261-0/+23
|\
| * builtin/repack.c: only collect fully-formed packsTaylor Blau2023-06-121-0/+23
* | t7700-repack: modernize test formatJohn Cai2023-05-231-5/+5
|/
* repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-141-0/+17
* Merge branch 'gc/resolve-alternate-symlinks'Junio C Hamano2022-11-291-0/+16
|\
| * object-file: use real paths when adding alternatesGlen Choo2022-11-251-0/+16
* | Merge branch 'tb/repack-expire-to'Taylor Blau2022-11-191-0/+121
|\ \ | |/ |/|
| * builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau2022-10-241-0/+121
* | Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau2022-10-311-0/+16
|\ \
| * | t7700: annotate cruft-pack failure with ok=sigpipeJeff King2022-10-231-1/+1
| * | repack: drop remove_temporary_files()Jeff King2022-10-221-0/+8
| * | repack: use tempfiles for signal cleanupJeff King2022-10-221-0/+8
| |/
* | Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano2022-10-281-0/+21
|\ \
| * | builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau2022-10-181-0/+21
| |/
* / repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau2022-10-181-0/+24
|/
* t7700: check post-condition in kept-pack testDerrick Stolee2022-03-251-3/+54
* Merge branch 'ps/repack-with-server-info'Junio C Hamano2022-03-231-0/+50
|\
| * repack: add config to skip updating server infoPatrick Steinhardt2022-03-141-0/+18
| * repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt2022-03-141-0/+32
* | Merge branch 'tb/midx-bitmap-corruption-fix'Junio C Hamano2022-02-171-4/+0
|\ \ | |/ |/|
| * midx: read `RIDX` chunk when presentTaylor Blau2022-01-271-4/+0
* | Merge branch 'ds/repack-fixlets'Junio C Hamano2022-01-051-0/+13
|\ \ | |/ |/|
| * repack: make '--quiet' disable progressDerrick Stolee2021-12-201-0/+7
| * repack: respect kept objects with '--write-midx -b'Derrick Stolee2021-12-201-0/+6
* | t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
|/
* builtin/repack.c: pass `--refs-snapshot` when writing bitmapsTaylor Blau2021-10-021-0/+42
* builtin/repack.c: support writing a MIDX while repackingTaylor Blau2021-09-291-0/+96
* t7700: update to work with MIDX bitmap test knobTaylor Blau2021-09-011-6/+12
* t7700: stop losing return codes of git commandsDenton Liu2019-12-041-10/+9
* t7700: make references to SHA-1 genericDenton Liu2019-12-041-19/+19
* t7700: replace egrep with grepDenton Liu2019-12-041-3/+3
* t7700: consolidate code into test_has_duplicate_object()Denton Liu2019-12-041-48/+23
* t7700: consolidate code into test_no_missing_in_packs()Denton Liu2019-12-041-40/+15
* t7700: s/test -f/test_path_is_file/Denton Liu2019-11-291-4/+4
* t7700: move keywords onto their own lineDenton Liu2019-11-291-17/+34
* t7700: remove spaces after redirect operatorsDenton Liu2019-11-291-9/+9
* t7700: drop redirections to /dev/nullDenton Liu2019-11-291-3/+3
* repack: simplify handling of auto-bitmaps and .keep filesJeff King2019-07-311-1/+2
* repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King2019-07-311-0/+11