зеркало из https://github.com/microsoft/git.git
t5531: further "matching" fixups
Commit43eb920
switched one of the sub-repository in this test to matching to prepare for a world where the default becomes "simple". However, the main repository needs a similar change. We did not notice any test failure when merged withb2ed944
(push: switch default from "matching" to "simple", 2013-01-04) because t5531.6 is trying to provoke a failure of "git push" due to a submodule check. When combined withb2ed944
the push still fails, but for the wrong reason (because our upstream setup does not exist, not because of the submodule). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
54a3c67375
Коммит
0b1985050e
|
@ -12,6 +12,7 @@ test_expect_success setup '
|
|||
(
|
||||
cd work &&
|
||||
git init &&
|
||||
git config push.default matching &&
|
||||
mkdir -p gar/bage &&
|
||||
(
|
||||
cd gar/bage &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче