]> git.ipfire.org Git - thirdparty/git.git/commit
config: document --type=color output is a complete line
authorJeff King <peff@peff.net>
Tue, 5 Mar 2019 04:20:51 +0000 (23:20 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 03:48:35 +0000 (12:48 +0900)
commitcd8e7593b9c881996a04858a3329e8ed9f1d4dbc
tree3637aefc1ea9857377997b406b4d7375ab55c039
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
config: document --type=color output is a complete line

Even though the newer "--type=color" option to "git config" is meant
to be upward compatible with the traditional "--get-color" option,
unlike the latter, its output is not an incomplete line that lack
the LF at the end.  That makes it consistent with output of other
types like "git config --type=bool".

Document it, as it sometimes surprises unsuspecting users.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt