aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mailinfo.txt
diff options
context:
space:
mode:
authorLukas Sandström <lukass@etek.chalmers.se>2008-07-10 23:36:28 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-11 21:10:13 -0700
commitb4958181a9afd0a7a2622d18416f88f9222123f0 (patch)
treefc9d552b755d4489b937e3240e330932ebc0788e /Documentation/git-mailinfo.txt
parent8c6202d8696d2e3ae016042acd05f6a82763a5e3 (diff)
downloadgit-b4958181a9afd0a7a2622d18416f88f9222123f0.tar.gz
git-mailinfo: document the -n option
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mailinfo.txt')
-rw-r--r--Documentation/git-mailinfo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-mailinfo.txt b/Documentation/git-mailinfo.txt
index 183dc1dd75..1e126f4a5c 100644
--- a/Documentation/git-mailinfo.txt
+++ b/Documentation/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.