diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2013-09-02 15:44:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-15 11:19:11 -0700 |
commit | e6ce2be2d7a70dfa3241f70ae236da4a63625ef8 (patch) | |
tree | 7627dd04fdb74a0ea4f942abc11a176ace4cadda /compat | |
parent | Win32: Unicode file name support (dirent) (diff) | |
download | tgif-e6ce2be2d7a70dfa3241f70ae236da4a63625ef8.tar.xz |
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>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat')
0 files changed, 0 insertions, 0 deletions