]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5326: drop unnecessary setup
authorTaylor Blau <me@ttaylorr.com>
Tue, 25 Jan 2022 22:41:08 +0000 (17:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jan 2022 20:07:53 +0000 (12:07 -0800)
The core.multiPackIndex config became true by default back in 18e449f86b
(midx: enable core.multiPackIndex by default, 2020-09-25), so it is no
longer necessary to enable it explicitly.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5326-multi-pack-bitmaps.sh

index 353282310d5b76bb62f49b4fdfc412092938d723..1a9581af307d5c737b1f5d6157bb2d4bff67bb02 100755 (executable)
@@ -19,10 +19,6 @@ midx_pack_source () {
 
 setup_bitmap_history
 
-test_expect_success 'enable core.multiPackIndex' '
-       git config core.multiPackIndex true
-'
-
 test_expect_success 'create single-pack midx with bitmaps' '
        git repack -ad &&
        git multi-pack-index write --bitmap &&