t7102: do not assume the system encoding is utf-8
commit4d26a960ca2593e3a8e957f89fb8102599c34649
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 27 Aug 2013 22:24:59 +0000 (27 23:24 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:37:57 +0000 (13 09:37 +0100)
treeae7034347075aa6b5843af22df8e56a71f20c03b
parent42954e5ac71f82484a3ddc21a4109889d83956cd
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