]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3200-branch.sh
branch.autosetupmerge: allow boolean values, or "all"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 8 Jul 2007 12:41:21 +0000 (13:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2007 01:24:19 +0000 (18:24 -0700)
commit4017761fd89060f2b57d7799f6bbda8b3568d3d4
treef9cc92a65c84f7ef05a25eb85d95f0fba19405cd
parentb24f56d60491416a1c5a8fc71863bbaa0f390f23
branch.autosetupmerge: allow boolean values, or "all"

Junio noticed that switching on autosetupmerge unilaterally started
cluttering the config for local branches.  That is not the original
intention of branch.autosetupmerge, which was meant purely for
convenience when branching off of remote branches, but that semantics
got lost somewhere.

If you still want that "new" behavior, you can switch
branch.autosetupmerge to the value "all".  Otherwise, it is interpreted
as a boolean, which triggers setting up defaults _only_ when branching
off of a remote branch, i.e. the originally intended behavior.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-checkout.txt
builtin-branch.c
t/t3200-branch.sh