summaryrefslogtreecommitdiff
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-12-06 13:15:59 +0000
committerJunio C Hamano <gitster@pobox.com>2020-12-07 10:29:25 -0800
commit8f19c9fd433c02ee1496bc6f34ef0a061c3f2087 (patch)
tree9ef2fdc6696c4ae10b9fa7a23d7bdfab45177db3 /git-gui/lib/commit.tcl
parent3a0b884caba2752da0af626fb2de7d597c844e8b (diff)
t6300: avoid using the default name of the initial branch
Our test suite currently only passes when `git init` uses the name `master` for the initial branch. This would stop us from changing the default branch name. Let's adjust t6300 so that it does not rely on any specific default branch name. This trick is done by (force-)renaming the initial branch to the name `main` in the `setup` and the `:remotename and :remoteref` test cases, and then replacing all mentions of `master` and `MASTER` with `main` and `MAIN`, respectively. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions