Skip to content

Commit

Permalink
document config --bool-or-int
Browse files Browse the repository at this point in the history
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Mar 7, 2009
1 parent 003f69b commit d57f07e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/git-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ See also <<FILES>>.
in the config file will cause the value to be multiplied
by 1024, 1048576, or 1073741824 prior to output.

--bool-or-int::
'git-config' will ensure that the output matches the format of
either --bool or --int, as described above.

-z::
--null::
For all options that output values and/or keys, always
Expand Down

0 comments on commit d57f07e

Please sign in to comment.