Merge branch 'jk/t5531-prepare-to-default-to-non-matching'

* jk/t5531-prepare-to-default-to-non-matching:
  t5531: further "matching" fixups
This commit is contained in:
Junio C Hamano 2014-01-13 11:35:10 -08:00
commit e8a2f5f271

View file

@ -12,6 +12,7 @@ test_expect_success setup '
(
cd work &&
git init &&
git config push.default matching &&
mkdir -p gar/bage &&
(
cd gar/bage &&