Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-13 23:35:10 +0400
committerJunio C Hamano <gitster@pobox.com>2014-01-13 23:35:10 +0400
commite8a2f5f271c2709a6960931df9788f8f8f4b66c4 (patch)
tree79b3ffe61bdd3e49db2aa9fd27e0b1af13840b46 /t
parent7fe5e637abc0529785a2b29b0c408d02191a6555 (diff)
parent0b1985050e512d6e0a5fff084ecc7c2232596065 (diff)
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 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 &&