Document git-repo-config --bool/--int options.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Andy Parkins 2006-11-29 08:25:40 +00:00 committed by Junio C Hamano
parent 6658923070
commit eb07fd59ac
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,12 @@ OPTIONS
-l, --list::
List all variables set in config file.

--bool::
git-repo-config will ensure that the output is "true" or "false"

--int::
git-repo-config will ensure that the output is a simple decimal number


ENVIRONMENT
-----------