Browse Source

t5531: do not assume the "matching" push is the default

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 12 years ago
parent
commit
43eb920210
  1. 1
      t/t5531-deep-submodule-push.sh

1
t/t5531-deep-submodule-push.sh

@ -16,6 +16,7 @@ test_expect_success setup ' @@ -16,6 +16,7 @@ test_expect_success setup '
(
cd gar/bage &&
git init &&
git config push.default matching &&
>junk &&
git add junk &&
git commit -m "Initial junk"

Loading…
Cancel
Save