зеркало из https://github.com/microsoft/git.git
t5550: do not assume the "matching" push is the default
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e2a83b21d1
Коммит
c9704aa7ab
|
@ -13,6 +13,7 @@ LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
|
|||
start_httpd
|
||||
|
||||
test_expect_success 'setup repository' '
|
||||
git config push.default matching &&
|
||||
echo content1 >file &&
|
||||
git add file &&
|
||||
git commit -m one
|
||||
|
|
Загрузка…
Ссылка в новой задаче