diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-13 11:35:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-13 11:35:10 -0800 |
commit | e8a2f5f271c2709a6960931df9788f8f8f4b66c4 (patch) | |
tree | 79b3ffe61bdd3e49db2aa9fd27e0b1af13840b46 /t/t5531-deep-submodule-push.sh | |
parent | Merge branch 'sb/diff-orderfile-config' (diff) | |
parent | t5531: further "matching" fixups (diff) | |
download | tgif-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.tar.xz |
Merge branch 'jk/t5531-prepare-to-default-to-non-matching'
* jk/t5531-prepare-to-default-to-non-matching:
t5531: further "matching" fixups
Diffstat (limited to 't/t5531-deep-submodule-push.sh')
-rwxr-xr-x | t/t5531-deep-submodule-push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh index 8c16e045a0..445bb5fe26 100755 --- a/t/t5531-deep-submodule-push.sh +++ b/t/t5531-deep-submodule-push.sh @@ -12,6 +12,7 @@ test_expect_success setup ' ( cd work && git init && + git config push.default matching && mkdir -p gar/bage && ( cd gar/bage && |