summaryrefslogtreecommitdiff
path: root/Documentation/git-applymbox.txt
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-05-14 14:44:52 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-15 00:23:52 (GMT)
commit7b1885d1e74029fe978be739d2d8d911a34ed8bf (patch)
treeb0135cc7274472d9cfc877e225d495e393bc9d3b /Documentation/git-applymbox.txt
parent2dc189a3536a367444a4176684c89b994e93e736 (diff)
downloadgit-7b1885d1e74029fe978be739d2d8d911a34ed8bf.zip
git-7b1885d1e74029fe978be739d2d8d911a34ed8bf.tar.gz
git-7b1885d1e74029fe978be739d2d8d911a34ed8bf.tar.bz2
Documentation: format-patch has no --mbox option
git-applymbox and git-mailinfo refer to a --mbox option of git-format-patch when talking about their -k options. But there is no such option. What -k does to the former two commands is to keep the Subject: lines unmunged, meant to be used on output generated with format-patch -k. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-applymbox.txt')
-rw-r--r--Documentation/git-applymbox.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-applymbox.txt b/Documentation/git-applymbox.txt
index 3bc92d8..ea919ba 100644
--- a/Documentation/git-applymbox.txt
+++ b/Documentation/git-applymbox.txt
@@ -31,7 +31,7 @@ OPTIONS
whitespaces, (3) '[' up to ']', typically '[PATCH]', and
then prepends "[PATCH] ". This flag forbids this
munging, and is most useful when used to read back 'git
- format-patch --mbox' output.
+ format-patch -k' output.
-m::
Patches are applied with `git-apply` command, and unless