]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Document git-repo-config --bool/--int options.
authorAndy Parkins <andyparkins@gmail.com>
Wed, 29 Nov 2006 08:25:40 +0000 (08:25 +0000)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 18:34:20 +0000 (10:34 -0800)
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-repo-config.txt

index 8199615dde6630124c155bb4a296603dc8829c83..5bede9ac22d260d703c5632f44ffc404013650d0 100644 (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
 -----------