]> git.ipfire.org Git - thirdparty/git.git/commit
t3200: avoid variations of the `master` branch name
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Sep 2020 22:01:24 +0000 (22:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Sep 2020 22:19:28 +0000 (15:19 -0700)
commit432f5e638d00fc9175594c73c1a9e81af1928872
tree734cfd43378b3a682bd20f749ce26adb6ebf6031
parent5a0c32bd4bfdf6e7c1d6f7049b41965b7e9e85d3
t3200: avoid variations of the `master` branch name

To avoid branch names with a loaded history, we already started to avoid
using the name "master" in a couple instances.

The `t3200-branch.sh` script uses variations of this name for branches
other than the default one. So let's change those names, as
"lowest-hanging fruits" in the effort to use more inclusive naming
throughout Git's source code. While at it, make those branch names
independent from the default branch name.

In this particular instance, this rename requires a couple of
non-trivial adjustments, as the aligned output depends on the maximum
length of the displayed branches (which we now changed), and also on the
alphabetical order (which we now changed, too).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh