Skip to content

Commit 43eb920

Browse files
committed
t5531: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f3258d3 commit 43eb920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t5531-deep-submodule-push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test_expect_success setup '
1616
(
1717
cd gar/bage &&
1818
git init &&
19+
git config push.default matching &&
1920
>junk &&
2021
git add junk &&
2122
git commit -m "Initial junk"

0 commit comments

Comments
 (0)