git config: don't allow multiple variable types
commit16c1e939856f6ced97c60beb64936d564d198be3
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 21 Feb 2009 00:49:27 +0000 (21 02:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2009 04:37:45 +0000 (21 20:37 -0800)
treef9b132b4f7fb228aa5ce75736093bb850adb8f84
parent67052c9dcfb3ab46b18e734ea4a9117eb61fea4e
git config: don't allow multiple variable types

Only --bool, --int, or --bool-or-int can be used, but not any
combination of them.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-config.c