tests: do not pass iso8859-1 encoded parameter
commitef4a733c083a04fe849bb45e3172f601517258ce
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 14:44:54 +0000 (2 15:44 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:43 +0000 (10 16:56 -0500)
tree8947bdcf338af4c3f3048845bb722f1d28353ec2
parent986d2d4ee6826567ee8ca3c8636066aa0d952052
tests: do not pass iso8859-1 encoded parameter

git commit -m with some iso8859-1 encoded stuff is doomed to fail in MinGW,
because Windows don't let you pass encoded bytes to a process (CreateProcessW
always takes a UTF-16LE encoded string).

It is safe to pass the iso8859-1 message using a file or a pipe.

Thanks-to: Karsten Blees <blees@dcon.de>
Author: Stepan Kasal <kasal@ucw.cz>
t/t4041-diff-submodule-option.sh
t/t4205-log-pretty-formats.sh
t/t6006-rev-list-format.sh
t/t7102-reset.sh