summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c6202d)
raw | patch | inline | side by side (parent: 8c6202d)
author | Lukas Sandström <lukass@etek.chalmers.se> | |
Thu, 10 Jul 2008 21:36:28 +0000 (23:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Jul 2008 04:10:13 +0000 (21:10 -0700) |
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mailinfo.txt | patch | blob | history | |
builtin-mailinfo.c | patch | blob | history |
index 183dc1dd75c1268b199257496ac778e0d5dd7743..1e126f4a5c82d5b3829d9826f613a376590c54d8 100644 (file)
SYNOPSIS
--------
-'git-mailinfo' [-k] [-u | --encoding=<encoding>] <msg> <patch>
+'git-mailinfo' [-k] [-u | --encoding=<encoding> | -n] <msg> <patch>
DESCRIPTION
from what is specified by i18n.commitencoding, this flag
can be used to override it.
+-n::
+ Disable all charset re-coding of the metadata.
+
<msg>::
The commit log message extracted from e-mail, usually
except the title line which comes from e-mail Subject.
diff --git a/builtin-mailinfo.c b/builtin-mailinfo.c
index fa6e8f90a4d54eb07f2af80620e35e617c94d605..962aa34c8ea3f603abcbf7f8f94cf6914105cbef 100644 (file)
--- a/builtin-mailinfo.c
+++ b/builtin-mailinfo.c
}
static const char mailinfo_usage[] =
- "git-mailinfo [-k] [-u | --encoding=<encoding>] msg patch <mail >info";
+ "git-mailinfo [-k] [-u | --encoding=<encoding> | -n] msg patch <mail >info";
int cmd_mailinfo(int argc, const char **argv, const char *prefix)
{