From a9568dba4177bfe6b75e12a13acd150195e848e0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 31 Oct 2020 19:46:02 +0000 Subject: 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 Signed-off-by: Junio C Hamano --- t/t5411/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5411/common-functions.sh') diff --git a/t/t5411/common-functions.sh b/t/t5411/common-functions.sh index 6580bebd8e..521a347710 100644 --- a/t/t5411/common-functions.sh +++ b/t/t5411/common-functions.sh @@ -28,7 +28,7 @@ create_commits_in () { shift || return 1 done && - git -C "$repo" update-ref refs/heads/master $oid + git -C "$repo" update-ref refs/heads/main $oid } # Format the output of git-push, git-show-ref and other commands to make a -- cgit 1.2.3-korg