]> git.ipfire.org Git - thirdparty/git.git/commit
t4013: switch default branch name to main
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 10 Sep 2025 15:29:01 +0000 (16:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Sep 2025 20:34:59 +0000 (13:34 -0700)
commit877176e0b01ea6aff551fa80734116a45748c6a3
tree05fa1f7538b937d4321f309332f70cee4ac0f457
parent67d9b39cc711468c381f070e241211895fe97136
t4013: switch default branch name to main

Remove one of the last remaining uses of
"TEST_GIT_DEFAULT_INITIAL_BRANCH= main" in the test suite. We have
been steadily be converting tests from using "master" as the default
branch name since the introduction of TEST_GIT_DEFAULT_INITIAL_BRANCH
in 704fed9ea22 (tests: start moving to a different default main branch
name, 2020-10-23) The changes here are purely mechanical replacing
"master" with "main"

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
97 files changed:
t/t4013-diff-various.sh
t/t4013/diff.diff-tree_--cc_--patch-with-stat_--summary_main [moved from t/t4013/diff.diff-tree_--cc_--patch-with-stat_--summary_master with 86% similarity]
t/t4013/diff.diff-tree_--cc_--patch-with-stat_main [moved from t/t4013/diff.diff-tree_--cc_--patch-with-stat_master with 89% similarity]
t/t4013/diff.diff-tree_--cc_--shortstat_main [moved from t/t4013/diff.diff-tree_--cc_--shortstat_master with 65% similarity]
t/t4013/diff.diff-tree_--cc_--stat_--summary_main [moved from t/t4013/diff.diff-tree_-c_--stat_--summary_master with 71% similarity]
t/t4013/diff.diff-tree_--cc_--stat_main [moved from t/t4013/diff.diff-tree_-c_--stat_master with 76% similarity]
t/t4013/diff.diff-tree_--cc_main [moved from t/t4013/diff.diff-tree_--cc_master with 91% similarity]
t/t4013/diff.diff-tree_-c_--abbrev_main [moved from t/t4013/diff.diff-tree_-c_--abbrev_master with 83% similarity]
t/t4013/diff.diff-tree_-c_--stat_--summary_main [moved from t/t4013/diff.diff-tree_--cc_--stat_--summary_master with 70% similarity]
t/t4013/diff.diff-tree_-c_--stat_main [moved from t/t4013/diff.diff-tree_--cc_--stat_master with 75% similarity]
t/t4013/diff.diff-tree_-c_main [moved from t/t4013/diff.diff-tree_-c_master with 93% similarity]
t/t4013/diff.diff-tree_-m_main [moved from t/t4013/diff.diff-tree_-m_master with 96% similarity]
t/t4013/diff.diff-tree_-p_-m_main [moved from t/t4013/diff.diff-tree_-p_-m_master with 97% similarity]
t/t4013/diff.diff-tree_-p_main [new file with mode: 0644]
t/t4013/diff.diff-tree_-p_master [deleted file]
t/t4013/diff.diff-tree_main [new file with mode: 0644]
t/t4013/diff.diff-tree_master [deleted file]
t/t4013/diff.diff_--dirstat_--cc_main~1_main [new file with mode: 0644]
t/t4013/diff.diff_--dirstat_--cc_master~1_master [deleted file]
t/t4013/diff.diff_--dirstat_main~1_main~2 [new file with mode: 0644]
t/t4013/diff.diff_--dirstat_master~1_master~2 [deleted file]
t/t4013/diff.diff_--line-prefix=abc_main_main^_side [moved from t/t4013/diff.diff_--line-prefix=abc_master_master^_side with 87% similarity]
t/t4013/diff.diff_main_main^_side [moved from t/t4013/diff.diff_master_master^_side with 89% similarity]
t/t4013/diff.format-patch_--attach_--stdout_initial..main [moved from t/t4013/diff.format-patch_--attach_--stdout_initial..master with 98% similarity]
t/t4013/diff.format-patch_--attach_--stdout_initial..main^ [moved from t/t4013/diff.format-patch_--attach_--stdout_initial..master^ with 97% similarity]
t/t4013/diff.format-patch_--inline_--stdout_--numbered-files_initial..main [moved from t/t4013/diff.format-patch_--inline_--stdout_--numbered-files_initial..master with 99% similarity]
t/t4013/diff.format-patch_--inline_--stdout_--subject-prefix=TESTCASE_initial..main [moved from t/t4013/diff.format-patch_--inline_--stdout_--subject-prefix=TESTCASE_initial..master with 99% similarity]
t/t4013/diff.format-patch_--inline_--stdout_initial..main [moved from t/t4013/diff.format-patch_--inline_--stdout_initial..master with 98% similarity]
t/t4013/diff.format-patch_--inline_--stdout_initial..main^ [moved from t/t4013/diff.format-patch_--inline_--stdout_initial..master^ with 97% similarity]
t/t4013/diff.format-patch_--inline_--stdout_initial..main^^ [moved from t/t4013/diff.format-patch_--inline_--stdout_initial..master^^ with 95% similarity]
t/t4013/diff.format-patch_--stdout_--cover-letter_-n_initial..main^ [moved from t/t4013/diff.format-patch_--stdout_--cover-letter_-n_initial..master^ with 96% similarity]
t/t4013/diff.format-patch_--stdout_--no-numbered_initial..main [moved from t/t4013/diff.format-patch_--stdout_--no-numbered_initial..master with 97% similarity]
t/t4013/diff.format-patch_--stdout_--numbered_initial..main [moved from t/t4013/diff.format-patch_--stdout_--numbered_initial..master with 97% similarity]
t/t4013/diff.format-patch_--stdout_initial..main [moved from t/t4013/diff.format-patch_--stdout_initial..master with 97% similarity]
t/t4013/diff.format-patch_--stdout_initial..main^ [moved from t/t4013/diff.format-patch_--stdout_initial..master^ with 96% similarity]
t/t4013/diff.log_--cc_-m_-p_main [moved from t/t4013/diff.log_-c_-m_-p_master with 99% similarity]
t/t4013/diff.log_--decorate=full_--all
t/t4013/diff.log_--decorate=full_--clear-decorations_--all
t/t4013/diff.log_--decorate=full_--decorate-all_--all
t/t4013/diff.log_--decorate_--all
t/t4013/diff.log_--decorate_--clear-decorations_--all
t/t4013/diff.log_--decorate_--decorate-all_--all
t/t4013/diff.log_--diff-merges=first-parent_main [moved from t/t4013/diff.log_--diff-merges=first-parent_master with 95% similarity]
t/t4013/diff.log_--diff-merges=off_-p_--first-parent_main [moved from t/t4013/diff.log_--no-diff-merges_-p_--first-parent_master with 95% similarity]
t/t4013/diff.log_--first-parent_--diff-merges=off_-p_main [moved from t/t4013/diff.log_--first-parent_--diff-merges=off_-p_master with 95% similarity]
t/t4013/diff.log_--no-diff-merges_-p_--first-parent_main [moved from t/t4013/diff.log_--diff-merges=off_-p_--first-parent_master with 95% similarity]
t/t4013/diff.log_--patch-with-stat_--summary_main_--_dir_ [moved from t/t4013/diff.log_--patch-with-stat_--summary_master_--_dir_ with 96% similarity]
t/t4013/diff.log_--patch-with-stat_main [moved from t/t4013/diff.log_--patch-with-stat_master with 98% similarity]
t/t4013/diff.log_--patch-with-stat_main_--_dir_ [moved from t/t4013/diff.log_--patch-with-stat_master_--_dir_ with 96% similarity]
t/t4013/diff.log_--root_--cc_--patch-with-stat_--summary_main [moved from t/t4013/diff.log_--root_--cc_--patch-with-stat_--summary_master with 98% similarity]
t/t4013/diff.log_--root_--patch-with-stat_--summary_main [moved from t/t4013/diff.log_--root_--patch-with-stat_--summary_master with 98% similarity]
t/t4013/diff.log_--root_--patch-with-stat_main [moved from t/t4013/diff.log_--root_--patch-with-stat_master with 98% similarity]
t/t4013/diff.log_--root_-c_--patch-with-stat_--summary_main [moved from t/t4013/diff.log_--root_-c_--patch-with-stat_--summary_master with 98% similarity]
t/t4013/diff.log_--root_-p_main [moved from t/t4013/diff.log_--root_-p_master with 98% similarity]
t/t4013/diff.log_--root_main [moved from t/t4013/diff.log_--root_master with 96% similarity]
t/t4013/diff.log_-GF_-p_--pickaxe-all_main [moved from t/t4013/diff.log_-GF_-p_--pickaxe-all_master with 90% similarity]
t/t4013/diff.log_-GF_-p_main [moved from t/t4013/diff.log_-GF_-p_master with 91% similarity]
t/t4013/diff.log_-GF_main [moved from t/t4013/diff.log_-SF_master with 86% similarity]
t/t4013/diff.log_-IA_-IB_-I1_-I2_-p_main [moved from t/t4013/diff.log_-IA_-IB_-I1_-I2_-p_master with 97% similarity]
t/t4013/diff.log_-SF_-p_main [moved from t/t4013/diff.log_-SF_-p_master with 91% similarity]
t/t4013/diff.log_-SF_main [moved from t/t4013/diff.log_-GF_master with 86% similarity]
t/t4013/diff.log_-SF_main_--max-count=0 [new file with mode: 0644]
t/t4013/diff.log_-SF_main_--max-count=1 [moved from t/t4013/diff.log_-SF_master_--max-count=2 with 79% similarity]
t/t4013/diff.log_-SF_main_--max-count=2 [new file with mode: 0644]
t/t4013/diff.log_-SF_master_--max-count=0 [deleted file]
t/t4013/diff.log_-SF_master_--max-count=1 [deleted file]
t/t4013/diff.log_-S_F_main [moved from t/t4013/diff.log_-S_F_master with 86% similarity]
t/t4013/diff.log_-c_-m_-p_main [moved from t/t4013/diff.log_--cc_-m_-p_master with 99% similarity]
t/t4013/diff.log_-m_--raw_main [moved from t/t4013/diff.log_-m_--raw_master with 98% similarity]
t/t4013/diff.log_-m_--stat_main [moved from t/t4013/diff.log_-m_--stat_master with 98% similarity]
t/t4013/diff.log_-m_-p_--first-parent_main [moved from t/t4013/diff.log_-m_-p_--first-parent_master with 97% similarity]
t/t4013/diff.log_-m_-p_main [moved from t/t4013/diff.log_-m_-p_master with 99% similarity]
t/t4013/diff.log_-p_--diff-merges=first-parent_main [moved from t/t4013/diff.log_-p_--diff-merges=first-parent_master with 97% similarity]
t/t4013/diff.log_-p_--first-parent_main [moved from t/t4013/diff.log_-p_--first-parent_master with 97% similarity]
t/t4013/diff.log_-p_main [moved from t/t4013/diff.log_-p_master with 98% similarity]
t/t4013/diff.log_main [moved from t/t4013/diff.log_master with 97% similarity]
t/t4013/diff.noellipses-diff-tree_-c_--abbrev_main [moved from t/t4013/diff.noellipses-diff-tree_-c_--abbrev_master with 81% similarity]
t/t4013/diff.noellipses-whatchanged_--root_main [moved from t/t4013/diff.noellipses-whatchanged_--root_master with 96% similarity]
t/t4013/diff.noellipses-whatchanged_-SF_main [moved from t/t4013/diff.noellipses-whatchanged_-SF_master with 86% similarity]
t/t4013/diff.noellipses-whatchanged_main [moved from t/t4013/diff.noellipses-whatchanged_master with 96% similarity]
t/t4013/diff.show_--first-parent_main [moved from t/t4013/diff.show_--first-parent_master with 92% similarity]
t/t4013/diff.show_-c_main [moved from t/t4013/diff.show_-c_master with 95% similarity]
t/t4013/diff.show_-m_main [moved from t/t4013/diff.show_-m_master with 98% similarity]
t/t4013/diff.show_main [moved from t/t4013/diff.show_master with 96% similarity]
t/t4013/diff.whatchanged_--patch-with-stat_--summary_main_--_dir_ [moved from t/t4013/diff.whatchanged_--patch-with-stat_--summary_master_--_dir_ with 94% similarity]
t/t4013/diff.whatchanged_--patch-with-stat_main [moved from t/t4013/diff.whatchanged_--patch-with-stat_master with 97% similarity]
t/t4013/diff.whatchanged_--patch-with-stat_main_--_dir_ [moved from t/t4013/diff.whatchanged_--patch-with-stat_master_--_dir_ with 94% similarity]
t/t4013/diff.whatchanged_--root_--cc_--patch-with-stat_--summary_main [moved from t/t4013/diff.whatchanged_--root_--cc_--patch-with-stat_--summary_master with 97% similarity]
t/t4013/diff.whatchanged_--root_--patch-with-stat_--summary_main [moved from t/t4013/diff.whatchanged_--root_--patch-with-stat_--summary_master with 97% similarity]
t/t4013/diff.whatchanged_--root_--patch-with-stat_main [moved from t/t4013/diff.whatchanged_--root_--patch-with-stat_master with 97% similarity]
t/t4013/diff.whatchanged_--root_-c_--patch-with-stat_--summary_main [moved from t/t4013/diff.whatchanged_--root_-c_--patch-with-stat_--summary_master with 97% similarity]
t/t4013/diff.whatchanged_--root_-p_main [moved from t/t4013/diff.whatchanged_--root_-p_master with 98% similarity]
t/t4013/diff.whatchanged_--root_main [moved from t/t4013/diff.whatchanged_--root_master with 97% similarity]
t/t4013/diff.whatchanged_-SF_-p_main [moved from t/t4013/diff.whatchanged_-SF_-p_master with 89% similarity]
t/t4013/diff.whatchanged_-SF_main [moved from t/t4013/diff.whatchanged_-SF_master with 86% similarity]
t/t4013/diff.whatchanged_-p_main [moved from t/t4013/diff.whatchanged_-p_master with 98% similarity]
t/t4013/diff.whatchanged_main [moved from t/t4013/diff.whatchanged_master with 97% similarity]