summaryrefslogtreecommitdiff
path: root/t/t5319-multi-pack-index.sh
AgeCommit message (Expand)AuthorFilesLines
2019-07-01t5319: use 'test-tool path-utils' instead of 'ls -l'Libravatar Derrick Stolee1-2/+2
2019-06-11t5319-multi-pack-index.sh: test batch size zeroLibravatar Derrick Stolee1-0/+19
2019-06-11midx: add test that 'expire' respects .keep filesLibravatar Derrick Stolee1-0/+18
2019-06-11multi-pack-index: test expire while adding packsLibravatar Derrick Stolee1-0/+32
2019-06-11midx: implement midx_repack()Libravatar Derrick Stolee1-0/+28
2019-06-11multi-pack-index: prepare 'repack' subcommandLibravatar Derrick Stolee1-1/+19
2019-06-11multi-pack-index: implement 'expire' subcommandLibravatar Derrick Stolee1-0/+20
2019-06-11multi-pack-index: prepare for 'expire' subcommandLibravatar Derrick Stolee1-0/+49
2019-04-16packfile: fix pack basename computationLibravatar Jeff King1-0/+14
2019-04-16t5319: drop useless --buffer from cat-fileLibravatar Jeff King1-2/+2
2019-04-16t5319: fix bogus cat-file argumentLibravatar Jeff King1-6/+7
2018-11-13Merge branch 'ds/test-multi-pack-index'Libravatar Junio C Hamano1-1/+1
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXLibravatar Derrick Stolee1-1/+1
2018-09-17fsck: verify multi-pack-indexLibravatar Derrick Stolee1-1/+12
2018-09-17multi-pack-index: verify object offsetsLibravatar Derrick Stolee1-0/+27
2018-09-17multi-pack-index: verify oid lookup orderLibravatar Derrick Stolee1-0/+8
2018-09-17multi-pack-index: verify oid fanout orderLibravatar Derrick Stolee1-0/+8
2018-09-17multi-pack-index: verify missing packLibravatar Derrick Stolee1-0/+5
2018-09-17multi-pack-index: verify packname orderLibravatar Derrick Stolee1-0/+10
2018-09-17multi-pack-index: verify corrupt chunk lookup tableLibravatar Derrick Stolee1-0/+13
2018-09-17multi-pack-index: verify bad headerLibravatar Derrick Stolee1-1/+45
2018-09-17multi-pack-index: add 'verify' verbLibravatar Derrick Stolee1-0/+8
2018-08-20pack-objects: consider packs in multi-pack-indexLibravatar Derrick Stolee1-1/+7
2018-08-20midx: test a few commands that use get_all_packsLibravatar Derrick Stolee1-3/+18
2018-08-20midx: fix bug that skips midx with alternatesLibravatar Derrick Stolee1-0/+17
2018-07-20midx: clear midx on repackLibravatar Derrick Stolee1-0/+9
2018-07-20config: create core.multiPackIndex settingLibravatar Derrick Stolee1-13/+38
2018-07-20midx: write object offsetsLibravatar Derrick Stolee1-10/+39
2018-07-20midx: write object id fanout chunkLibravatar Derrick Stolee1-7/+9
2018-07-20midx: write object ids in a chunkLibravatar Derrick Stolee1-2/+2
2018-07-20midx: read pack names into arrayLibravatar Derrick Stolee1-5/+12
2018-07-20multi-pack-index: write pack names in chunkLibravatar Derrick Stolee1-1/+2
2018-07-20multi-pack-index: read packfile listLibravatar Derrick Stolee1-7/+8
2018-07-20t5319: expand test dataLibravatar Derrick Stolee1-0/+84
2018-07-20multi-pack-index: load into memoryLibravatar Derrick Stolee1-1/+10
2018-07-20midx: write header information to lockfileLibravatar Derrick Stolee1-1/+3
2018-07-20multi-pack-index: add 'write' verbLibravatar Derrick Stolee1-0/+10