We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PREPARE_FOR_MAIN_BRANCH
1 parent 0007618 commit f17c9daCopy full SHA for f17c9da
t/test-lib.sh
@@ -1712,14 +1712,6 @@ test_lazy_prereq REBASE_P '
1712
test -z "$GIT_TEST_SKIP_REBASE_P"
1713
'
1714
1715
-# Special-purpose prereq for transitioning to a new default branch name:
1716
-# Some tests need more than just a mindless (case-preserving) s/master/main/g
1717
-# replacement. The non-trivial adjustments are guarded behind this
1718
-# prerequisite, acting kind of as a feature flag
1719
-test_lazy_prereq PREPARE_FOR_MAIN_BRANCH '
1720
- test "$GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME" = main
1721
-'
1722
-
1723
# Ensure that no test accidentally triggers a Git command
1724
# that runs 'crontab', affecting a user's cron schedule.
1725
# Tests that verify the cron integration must set this locally
0 commit comments