From eb07fd59acae0f043b9fac2a8a1cb427036c6f71 Mon Sep 17 00:00:00 2001 From: Andy Parkins Date: Wed, 29 Nov 2006 08:25:40 +0000 Subject: [PATCH] Document git-repo-config --bool/--int options. Signed-off-by: Andy Parkins Signed-off-by: Junio C Hamano --- Documentation/git-repo-config.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index 8199615dde..5bede9ac22 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 ----------- -- 2.11.4.GIT