diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-13 20:35:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-13 20:35:10 +0100 |
commit | e8a2f5f271c2709a6960931df9788f8f8f4b66c4 (patch) | |
tree | 79b3ffe61bdd3e49db2aa9fd27e0b1af13840b46 | |
parent | Merge branch 'sb/diff-orderfile-config' (diff) | |
parent | t5531: further "matching" fixups (diff) | |
download | git-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.tar.xz git-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.zip |
Merge branch 'jk/t5531-prepare-to-default-to-non-matching'
* jk/t5531-prepare-to-default-to-non-matching:
t5531: further "matching" fixups
-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 && |