summaryrefslogtreecommitdiffstats
path: root/git-mailinfo.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-14 03:13:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-14 03:13:27 +0000
commit46a38aa8be7b8f7b5afdeeea0744859b3e03d5a2 (patch)
tree109cac450de2a01929e22f1db123b486d14a7d25 /git-mailinfo.txt
parent208beb7160e9d42ed3938d959525e6d89c642e39 (diff)
downloadgit-htmldocs-46a38aa8be7b8f7b5afdeeea0744859b3e03d5a2.tar.gz
Autogenerated HTML docs for v1.5.6.3-315-g10ce0
Diffstat (limited to 'git-mailinfo.txt')
-rw-r--r--git-mailinfo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-mailinfo.txt b/git-mailinfo.txt
index cc52db3be..316bcc679 100644
--- a/git-mailinfo.txt
+++ b/git-mailinfo.txt
@@ -8,7 +8,7 @@ git-mailinfo - Extracts patch and authorship from a single e-mail message
SYNOPSIS
--------
-'git mailinfo' [-k] [-u | --encoding=<encoding>] <msg> <patch>
+'git mailinfo' [-k] [-u | --encoding=<encoding> | -n] <msg> <patch>
DESCRIPTION
@@ -46,6 +46,9 @@ conversion, even with this flag.
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.