summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a781785)
raw | patch | inline | side by side (parent: a781785)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 24 Jul 2007 00:03:26 +0000 (01:03 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Jul 2007 05:38:50 +0000 (22:38 -0700) |
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>
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 | patch | blob | history |
diff --git a/builtin-mailinfo.c b/builtin-mailinfo.c
index a37a4fff39afe6bafaace59b710e1dfdc56bf35a..b4f6e913b3f6c74ab2eae0f95ae01250dc3351e9 100644 (file)
--- a/builtin-mailinfo.c
+++ b/builtin-mailinfo.c
return;
}
+ if (!strcmp(metainfo_charset, charset))
+ return;
out = reencode_string(line, metainfo_charset, charset);
if (!out)
die("cannot convert from %s to %s\n",