Documentation/config.txt: simplify boolean description in the syntax section
commit1c448b3b5c283d793d994808d0ec1174b9b4dc26
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2015 19:08:34 +0000 (4 11:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2015 19:42:34 +0000 (4 11:42 -0800)
tree74ca8ca9d6bbdf0deda85a9907a8ea1799f0ac1c
parentb92c1a28f832ede499a4f7e167d46cd5b2192fe4
Documentation/config.txt: simplify boolean description in the syntax section

The 'true' short-hand doesn't deserve a separate sentence; even our own

    git config --bool foo.bar yes

would not produce it.

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