]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5411/test-0014-bad-protocol--porcelain.sh
t5411: adjust the remaining support files for init.defaultBranch=main
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 31 Oct 2020 19:46:02 +0000 (19:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Oct 2020 20:15:17 +0000 (13:15 -0700)
commita9568dba4177bfe6b75e12a13acd150195e848e0
tree518ee6812e8c8672a3f0b2408b916b9e5b118bbd
parent8f0a264524d72c6a083b0debcbb1d795a9f4f090
t5411: adjust the remaining support files for init.defaultBranch=main

This trick was performed via

$ sed -i -e 's/master/main/g' -e 's/MASTER/MAIN/g' \
-e 's/Master/Main/g' -- t/t5411/*

In the previous commit, we adjusted roughly half of the support files,
to stay under the 100kB limit (mails larger than that are rejected by
the Git mailing list).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
18 files changed:
t/t5411/common-functions.sh
t/t5411/once-0010-report-status-v1.sh
t/t5411/test-0000-standard-git-push.sh
t/t5411/test-0001-standard-git-push--porcelain.sh
t/t5411/test-0002-pre-receive-declined.sh
t/t5411/test-0003-pre-receive-declined--porcelain.sh
t/t5411/test-0011-no-hook-error.sh
t/t5411/test-0012-no-hook-error--porcelain.sh
t/t5411/test-0013-bad-protocol.sh
t/t5411/test-0014-bad-protocol--porcelain.sh
t/t5411/test-0020-report-ng.sh
t/t5411/test-0021-report-ng--porcelain.sh
t/t5411/test-0022-report-unexpect-ref.sh
t/t5411/test-0023-report-unexpect-ref--porcelain.sh
t/t5411/test-0024-report-unknown-ref.sh
t/t5411/test-0025-report-unknown-ref--porcelain.sh
t/t5411/test-0026-push-options.sh
t/t5411/test-0027-push-options--porcelain.sh