Skip to content

Commit eb07fd5

Browse files
andyparkinsJunio C Hamano
authored andcommitted
Document git-repo-config --bool/--int options.
Signed-off-by: Andy Parkins <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6658923 commit eb07fd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-repo-config.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ OPTIONS
7777
-l, --list::
7878
List all variables set in config file.
7979

80+
--bool::
81+
git-repo-config will ensure that the output is "true" or "false"
82+
83+
--int::
84+
git-repo-config will ensure that the output is a simple decimal number
85+
8086

8187
ENVIRONMENT
8288
-----------

0 commit comments

Comments
 (0)