]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9155-git-svn-fetch-deleted-tag.sh
t9[0-4]*: adjust the references to the default branch name "main"
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2020 23:44:42 +0000 (23:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Nov 2020 23:44:18 +0000 (15:44 -0800)
commita881baa2c31daa9f1d06a3b7b07054354a76dda9
tree93f3e5e35ed97dba31573371d7265f6b32b9f2d0
parent747f6c6805c442cc74608743d14a1a47a3b1afa8
t9[0-4]*: adjust the references to the default branch name "main"

This trick was performed via

$ (cd t &&
   sed -i -e 's/master/main/g' -e 's/MASTER/MAIN/g' \
-e 's/Master/Main/g' -- t9[0-4]*.sh)

This allows us to define `GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main`
for those tests.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
16 files changed:
t/t9001-send-email.sh
t/t9100-git-svn-basic.sh
t/t9145-git-svn-master-branch.sh
t/t9151-svn-mergeinfo.sh
t/t9155-git-svn-fetch-deleted-tag.sh
t/t9156-git-svn-fetch-deleted-tag-2.sh
t/t9163-git-svn-reset-clears-caches.sh
t/t9169-git-svn-dcommit-crlf.sh
t/t9300-fast-import.sh
t/t9301-fast-import-notes.sh
t/t9302-fast-import-unpack-limit.sh
t/t9350-fast-export.sh
t/t9351-fast-export-anonymize.sh
t/t9400-git-cvsserver-server.sh
t/t9401-git-cvsserver-crlf.sh
t/t9402-git-cvsserver-refs.sh