t4041, t7102: do not pass iso8859-1 parameter
commite87bf95cb25efd0ea12cc16bcfe37b07548dfa5d
authorStepan Kasal <kasal@ucw.cz>
Wed, 9 Apr 2014 14:45:25 +0000 (9 16:45 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:50 +0000 (10 13:53 -0500)
tree51732a1e4b63e947b9b843258a2eaadb56de064f
parent8fd105feb1747aef16b9fef6eef893a51ae3e875
t4041, t7102: do not pass iso8859-1 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).

Fix t4041, t7102 and update an older fix in t4205.

Thanks-to: Karsten Blees <blees@dcon.de>
t/t4041-diff-submodule-option.sh
t/t4205-log-pretty-formats.sh
t/t7102-reset.sh