config: be strict on core.commentChar
commit50b54fd72a8776d628365c7760bc922902d29d11
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 17 May 2014 01:52:22 +0000 (17 08:52 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 May 2014 20:37:07 +0000 (19 13:37 -0700)
tree476d084a3724d7f1a92cb4feaf84377448c0f557
parent6308767f0bb58116cb405e1f4f77f5dfc1589920
config: be strict on core.commentChar

We don't support comment _strings_ (at least not yet). And multi-byte
character encoding could also be misinterpreted.

The test with two commas is updated because it violates this. It's
added with the patch that introduces core.commentChar in eff80a9
(Allow custom "comment char" - 2013-01-16). It's not clear to me _why_
that behavior is wanted.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c
t/t7508-status.sh