config: allow false and true values for branch.autosetuprebase
commit3ff9119b9f2aad1fe8f08d4159d01f673d2d8775
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 12 Jul 2009 12:17:28 +0000 (12 14:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Jul 2009 20:48:31 +0000 (12 13:48 -0700)
treed2d93b39a6814db0e632e3ff506716951e19c7d6
parentd9eb0205a217984f3e70bf18ae66c02a22d3d475
config: allow false and true values for branch.autosetuprebase

Boolean values can be clearly DWIM'ed from false to never and
from true to always.  This is nicer to the user because autosetupmerge
allows boolean values.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
config.c
t/t3200-branch.sh