diff options
author | Jeff King <peff@peff.net> | 2009-03-07 12:14:06 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-07 11:33:51 -0800 |
commit | d57f07ebae7e84b356ff2b891adeccf965d2ba11 (patch) | |
tree | 9a2ced0e20253a33aae9acada4ce7b96b8707a93 /Documentation | |
parent | t1300: use test_must_fail as appropriate (diff) | |
download | tgif-d57f07ebae7e84b356ff2b891adeccf965d2ba11.tar.xz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 19a8917b83..6ab2af4b61 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -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 |