tests: do not pass iso8859-1 encoded parameter
commit327254e67e715c78760e0dae3dd51816f525f870
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 14:44:54 +0000 (2 15:44 +0100)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:55 +0000 (16 16:32 +0200)
tree9775dad351f2d341fc8f8eaf51a9ccff1a65f57b
parent160d56e2289f08c6f5208ff2fe33c5497ecc1512
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