Skip to content

Commit

Permalink
Documentation: format-patch has no --mbox option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
flichtenheld authored and Junio C Hamano committed May 15, 2007
1 parent 2dc189a commit 7b1885d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-applymbox.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-mailinfo.txt
Expand Up @@ -30,7 +30,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.

-u::
The commit log message, author name and author email are
Expand Down

0 comments on commit 7b1885d

Please sign in to comment.