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 | |
parent | 7fe5e637abc0529785a2b29b0c408d02191a6555 (diff) | |
parent | 0b1985050e512d6e0a5fff084ecc7c2232596065 (diff) | |
download | git-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.tar.gz git-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
-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 8c16e045a..445bb5fe2 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 && |