mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'
commit7296096c9d7e9fa12901c02fd1d12f4f996043e2
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 24 Jul 2007 00:03:26 +0000 (24 01:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2007 05:38:50 +0000 (23 22:38 -0700)
tree64d34dff68e730917a4c55670baeb4554e63391c
parenta781785d8f1eb7adf05a24b121104716a086a67a
mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'

For some reason, I got this error message.  Maybe it does not make sense,
but then we should not really try to convert the text when it is not
necessary.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c