commit | 1c448b3b5c283d793d994808d0ec1174b9b4dc26 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Mar 04 11:08:34 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 04 11:42:34 2015 -0800 |
tree | 74ca8ca9d6bbdf0deda85a9907a8ea1799f0ac1c | |
parent | b92c1a28f832ede499a4f7e167d46cd5b2192fe4 [diff] |
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>