summaryrefslogtreecommitdiff
path: root/t/t7700-repack.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-25t7700: check post-condition in kept-pack testLibravatar Derrick Stolee1-3/+54
2022-03-23Merge branch 'ps/repack-with-server-info'Libravatar Junio C Hamano1-0/+50
2022-03-14repack: add config to skip updating server infoLibravatar Patrick Steinhardt1-0/+18
2022-03-14repack: refactor to avoid double-negation of update-server-infoLibravatar Patrick Steinhardt1-0/+32
2022-02-16Merge branch 'tb/midx-bitmap-corruption-fix'Libravatar Junio C Hamano1-4/+0
2022-01-27midx: read `RIDX` chunk when presentLibravatar Taylor Blau1-4/+0
2022-01-05Merge branch 'ds/repack-fixlets'Libravatar Junio C Hamano1-0/+13
2021-12-20repack: make '--quiet' disable progressLibravatar Derrick Stolee1-0/+7
2021-12-20repack: respect kept objects with '--write-midx -b'Libravatar Derrick Stolee1-0/+6
2021-12-13t6000-t9999: detect and signal failure within loopLibravatar Eric Sunshine1-1/+1
2021-10-01builtin/repack.c: pass `--refs-snapshot` when writing bitmapsLibravatar Taylor Blau1-0/+42
2021-09-28builtin/repack.c: support writing a MIDX while repackingLibravatar Taylor Blau1-0/+96
2021-09-01t7700: update to work with MIDX bitmap test knobLibravatar Taylor Blau1-6/+12
2019-12-04t7700: stop losing return codes of git commandsLibravatar Denton Liu1-10/+9
2019-12-04t7700: make references to SHA-1 genericLibravatar Denton Liu1-19/+19
2019-12-04t7700: replace egrep with grepLibravatar Denton Liu1-3/+3
2019-12-04t7700: consolidate code into test_has_duplicate_object()Libravatar Denton Liu1-48/+23
2019-12-04t7700: consolidate code into test_no_missing_in_packs()Libravatar Denton Liu1-40/+15
2019-11-29t7700: s/test -f/test_path_is_file/Libravatar Denton Liu1-4/+4
2019-11-29t7700: move keywords onto their own lineLibravatar Denton Liu1-17/+34
2019-11-29t7700: remove spaces after redirect operatorsLibravatar Denton Liu1-9/+9
2019-11-29t7700: drop redirections to /dev/nullLibravatar Denton Liu1-3/+3
2019-07-31repack: simplify handling of auto-bitmaps and .keep filesLibravatar Jeff King1-1/+2
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtLibravatar Jeff King1-0/+11
2019-07-31t7700: clean up .keep file in bitmap-writing testLibravatar Jeff King1-0/+1
2019-07-01repack: disable bitmaps-by-default if .keep files existLibravatar Eric Wong1-0/+10
2019-03-18repack: enable bitmaps by default on bare reposLibravatar Eric Wong1-1/+18
2018-04-16repack: add --keep-pack optionLibravatar Nguyễn Thái Ngọc Duy1-0/+25
2018-04-16t7700: have closing quote of a test at the beginning of lineLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-01-08t/t7700-repack.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Libravatar Junio C Hamano1-2/+2
2014-06-25Merge branch 'jk/repack-pack-keep-objects'Libravatar Junio C Hamano1-2/+18
2014-06-12t7700: drop explicit --no-pack-kept-objects from .keep testLibravatar Jeff King1-1/+1
2014-06-10repack: introduce repack.writeBitmaps config optionLibravatar Jeff King1-1/+1
2014-06-10repack: respect pack.writebitmapsLibravatar Jeff King1-1/+17
2014-06-10repack: do not accidentally pack kept objects by defaultLibravatar Jeff King1-1/+1
2014-03-18Merge branch 'jk/repack-pack-keep-objects'Libravatar Junio C Hamano1-1/+17
2014-03-03repack: add `repack.packKeptObjects` config varLibravatar Jeff King1-1/+17
2014-01-23t7700: do not use "touch" unnecessarilyLibravatar Jeff King1-1/+1
2010-11-09tests: add missing &&, batch 2Libravatar Jonathan Nieder1-3/+3
2010-04-17more war on "sleep" in testsLibravatar Junio C Hamano1-3/+6
2009-07-24git repack: keep commits hidden by a graftLibravatar Johannes Schindelin1-1/+1
2009-07-23Add a test showing that 'git repack' throws away grafted-away parentsLibravatar Björn Steinbrink1-0/+12
2009-04-25t7700-repack: repack -a now works properly, expect success from testLibravatar Brandon Casey1-1/+1
2009-04-01Merge branch 'jc/maint-1.6.0-keep-pack'Libravatar Junio C Hamano1-0/+61
2009-03-21pack-objects: don't loosen objects available in alternate or kept packsLibravatar Brandon Casey1-1/+1
2009-03-21t7700: demonstrate repack flaw which may loosen objects unnecessarilyLibravatar Brandon Casey1-0/+17
2009-03-20pack-objects: only repack or loosen objects residing in "local" packsLibravatar Brandon Casey1-1/+1
2009-03-20git-repack.sh: don't use --kept-pack-only option to pack-objectsLibravatar Brandon Casey1-1/+1
2009-03-20t7700-repack: add two new tests demonstrating repacking flawsLibravatar Brandon Casey1-0/+44