Skip to content

Commit d57f07e

Browse files
peffgitster
authored andcommitted
document config --bool-or-int
The documentation is just a pointer to the --bool and --int options, but it makes sense to at least mention that it exists. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 003f69b commit d57f07e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-config.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ See also <<FILES>>.
130130
in the config file will cause the value to be multiplied
131131
by 1024, 1048576, or 1073741824 prior to output.
132132

133+
--bool-or-int::
134+
'git-config' will ensure that the output matches the format of
135+
either --bool or --int, as described above.
136+
133137
-z::
134138
--null::
135139
For all options that output values and/or keys, always

0 commit comments

Comments
 (0)