t6200: avoid path mangling issue on Windows
commit16a794de889ecc11ccbcd5ecf998a128d6dbfa97
authorJohannes Sixt <j6t@kdbg.org>
Thu, 18 Apr 2013 06:42:25 +0000 (18 08:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 16:56:37 +0000 (18 09:56 -0700)
treefd6f8257059e71d290ffad3e74b74686fe66917e
parent89c3bbd808b352a9f4047523b81b72f22eefb868
t6200: avoid path mangling issue on Windows

MSYS bash interprets the slash in the argument core.commentchar="/"
as root directory and mangles it into a Windows style path. Use a
different core.commentchar to dodge the issue.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6200-fmt-merge-msg.sh