t7102: do not assume the system encoding is utf-8
commit8c07e1ab83d550504e58813f80661b3520bc3ec6
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Dec 2013 01:18:03 +0000 (29 19:18 -0600)
tree54aaa84378869f2d1d560a2e10d867c0e26f0004
parentcfcf421ea56f06cf554604af9c2a38651e96cfb9
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