summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-13 19:35:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-01-13 19:35:10 (GMT)
commite8a2f5f271c2709a6960931df9788f8f8f4b66c4 (patch)
tree79b3ffe61bdd3e49db2aa9fd27e0b1af13840b46 /t
parent7fe5e637abc0529785a2b29b0c408d02191a6555 (diff)
parent0b1985050e512d6e0a5fff084ecc7c2232596065 (diff)
downloadgit-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.zip
git-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.tar.gz
git-e8a2f5f271c2709a6960931df9788f8f8f4b66c4.tar.bz2
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')
-rwxr-xr-xt/t5531-deep-submodule-push.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh
index 8c16e04..445bb5f 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 &&