Documentation/config.txt: avoid unnecessary negation
commit05c3e5c7719a4b25237d00a696877bdd47488678
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2015 04:03:50 +0000 (3 20:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2015 19:42:33 +0000 (4 11:42 -0800)
tree374b631793ffa9c6e21f1d4bfd2ced96bde344e3
parent3d8a54eb37d298c251c0b6823dc06935a611bc33
Documentation/config.txt: avoid unnecessary negation

Section names and variable names are both case-insensitive, but one
is described as "not case sensitive".  Use "case-insensitive" for
both.

Instead of saying "... have to be escaped" without telling what that
escaping achieves, state it in a more positive way, i.e. "... can be
included by escaping".

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