summaryrefslogtreecommitdiff
path: root/Documentation/git-repo-config.txt
diff options
context:
space:
mode:
authorLibravatar Andy Parkins <andyparkins@gmail.com>2006-11-29 08:25:40 +0000
committerLibravatar Junio C Hamano <junkio@cox.net>2006-11-29 10:34:20 -0800
commiteb07fd59acae0f043b9fac2a8a1cb427036c6f71 (patch)
tree7201844fd39627a565960ec236d5d004662019f5 /Documentation/git-repo-config.txt
parenttutorial: talk about user.name early and don't start with commit -a (diff)
downloadtgif-eb07fd59acae0f043b9fac2a8a1cb427036c6f71.tar.xz
Document git-repo-config --bool/--int options.
Signed-off-by: Andy Parkins <andyparkins@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-repo-config.txt')
-rw-r--r--Documentation/git-repo-config.txt6
1 files changed, 6 insertions, 0 deletions
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
-----------