t7102: do not assume the system encoding is utf-8
commit23b1ac1aa75762be56dd7cd307693ec576fdd268
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Dec 2013 00:24:45 +0000 (19 18:24 -0600)
tree2f6f9c22247dfb8315b054ca3a9b321ea0ecfe4b
parent16c9895bcabfc6f0f96a7fed77d9625592a14ced
t7102: do not assume the system encoding is utf-8

The commit_msg function has an assumption that the string is being output
as utf-8. On Windows this is not true so always convert from the system
encoding to the desired encoding.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t7102-reset.sh