Code

advice: Document that they all default to true
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2011 05:35:01 +0000 (21:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2011 05:38:55 +0000 (21:38 -0800)
commit26e94af0ba2f35438bab4a88caa4a16f5e056bac
tree83548d7329d5b97bd299e0697ea4d88fa3f16cae
parent7b6c5836cf02999955b68c79f1cf2d13040acbc3
advice: Document that they all default to true

By definition, the default value of "advice.*" variables must be true and
they all control various additional help messages that are designed to aid
new users. Setting one to false is to tell Git that the user understands
the nature of the error and does not need the additional verbose help
message.

Also fix the asciidoc markup for linkgit:git-checkout[1] in the
description of the detachedHead advice by removing an excess colon.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt