Merge branch 'jk/t5531-prepare-to-default-to-non-matching'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:35:10 +0000 (11:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2014 19:35:10 +0000 (11:35 -0800)
* jk/t5531-prepare-to-default-to-non-matching:
t5531: further "matching" fixups

t/t5531-deep-submodule-push.sh
index 8c16e045a0c585957a0be4e31b5628d1d5b6cb23..445bb5fe26a4d8edc29223b1216625d484cd01bf 100755 (executable)
@@ -12,6 +12,7 @@ test_expect_success setup '
        (
                cd work &&
                git init &&
+               git config push.default matching &&
                mkdir -p gar/bage &&
                (
                        cd gar/bage &&