]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5606-clone-options.sh
clone: use configured default branch name when appropriate
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 24 Jun 2020 14:46:34 +0000 (14:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2020 16:14:21 +0000 (09:14 -0700)
commit0cc1b475bbcc530c5429c741fbcfdc2730d27223
tree5bd41c7715789e28f0ec109e95d31d500e445845
parent8747ebb7cde9e90d20794c06e6806f75cd540142
clone: use configured default branch name when appropriate

When cloning a repository without any branches, Git chooses a default
branch name for the as-yet unborn branch.

As part of the implicit initialization of the local repository, Git just
learned to respect `init.defaultBranch` to choose a different initial
branch name. We now really want that branch name to be used as a
fall-back.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/init.txt
builtin/clone.c
t/t5606-clone-options.sh