tests: do not pass iso8859-1 encoded parameter
commit1ad487cf5b20ad19aad0a2045bfccf09caabc9ca
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 14:44:54 +0000 (2 15:44 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:54 +0000 (29 10:41 +0200)
treea4f93c701522f7fd6b0f7cda2e3a14ff7916bf65
parent5b682f1af8c8814ea5da73e65bb7ddf25c2f4d54
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