tests: do not pass iso8859-1 encoded parameter
commitdd053370cb6caf46f18ce95132f23f61d6a21a99
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 14:44:54 +0000 (2 15:44 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:51 +0000 (15 09:42 +0200)
tree8947bdcf338af4c3f3048845bb722f1d28353ec2
parent61a152a3ad1fb0185cfaddfd151d224c302edf54
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