diff options
author | Thomas Weißschuh <thomas@t-8ch.de> | 2021-11-03 21:17:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-03 13:25:36 -0700 |
commit | e06c9e1df28e04bbf013840c6c50ce1be41b9583 (patch) | |
tree | 0e2c67584cfba601c6d29a4c6981711dba173626 /Documentation/git-status.txt | |
parent | Git 2.33.1 (diff) | |
download | tgif-e06c9e1df28e04bbf013840c6c50ce1be41b9583.tar.xz |
var: add GIT_DEFAULT_BRANCH variable
Introduce the logical variable GIT_DEFAULT_BRANCH which represents the
the default branch name that will be used by "git init".
Currently this variable is equivalent to
git config init.defaultbranch || 'master'
This however will break if at one point the default branch is changed as
indicated by `default_branch_name_advice` in `refs.c`.
By providing this command ahead of time users of git can make their
code forward-compatible.
Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
0 files changed, 0 insertions, 0 deletions