projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6658923
)
Document git-repo-config --bool/--int options.
author
Andy Parkins
<andyparkins@gmail.com>
Wed, 29 Nov 2006 08:25:40 +0000
(08:25 +0000)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-repo-config.txt
b/Documentation/git-repo-config.txt
index 8199615dde6630124c155bb4a296603dc8829c83..5bede9ac22d260d703c5632f44ffc404013650d0 100644
(file)
--- 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
-----------