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@xxxxxxxx> --- Maybe it is pointless to document this; it seems to have been added by c35b0b5 purely as a way for t1300 to test the git_config_bool_or_int feature. In that case, 2/3 should probably be hiding it instead of describing it, as well. 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 7d14007..82ce89e 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -131,6 +131,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 -- 1.6.2.195.g44251.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html