We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92e8388 + b494b1c commit 625ef1cCopy full SHA for 625ef1c
t/t7700-repack.sh
@@ -629,6 +629,7 @@ test_expect_success '--write-midx with preferred bitmap tips' '
629
git log --format="create refs/tags/%s/%s %H" HEAD >refs &&
630
git update-ref --stdin <refs &&
631
632
+ GIT_TEST_MULTI_PACK_INDEX=0 \
633
git repack --write-midx --write-bitmap-index &&
634
test_path_is_file $midx &&
635
test_path_is_file $midx-$(midx_checksum $objdir).bitmap &&
@@ -749,6 +750,7 @@ test_expect_success '--write-midx with --pack-kept-objects' '
749
750
keep="$objdir/pack/pack-$one.keep" &&
751
touch "$keep" &&
752
753
754
git repack --write-midx --write-bitmap-index --geometric=2 -d \
755
--pack-kept-objects &&
756
0 commit comments