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.
1 parent 40f57ee commit 0b5e6d0Copy full SHA for 0b5e6d0
t/t5333-pseudo-merge-bitmaps.sh
@@ -453,7 +453,8 @@ test_expect_success 'use pseudo-merge in boundary traversal' '
453
git config bitmapPseudoMerge.test.pattern refs/ &&
454
git config bitmapPseudoMerge.test.threshold now &&
455
git config bitmapPseudoMerge.test.stableThreshold now &&
456
- export GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL=1 &&
+ GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL=1 &&
457
+ export GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL &&
458
459
test_commit A &&
460
git repack -adb &&
0 commit comments