From: Andy Parkins Date: Wed, 29 Nov 2006 08:25:40 +0000 (+0000) Subject: Document git-repo-config --bool/--int options. X-Git-Tag: v1.4.4.2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb07fd59acae0f043b9fac2a8a1cb427036c6f71;p=git.git Document git-repo-config --bool/--int options. Signed-off-by: Andy Parkins Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index 8199615dd..5bede9ac2 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -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 -----------