Skip to content

Commit

Permalink
Describe new options to git-format-patch and git-mailsplit.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 6, 2005
1 parent e11fc02 commit 54ba601
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-format-patch - Prepare patches for e-mail submission.

SYNOPSIS
--------
'git-format-patch' [-n][-o <dir>][-k][--mbox][--diff-options] <his> [<mine>]
'git-format-patch' [-n][-o <dir>|--stdout][-k][--mbox][--diff-options] <his> [<mine>]

DESCRIPTION
-----------
Expand Down Expand Up @@ -54,6 +54,10 @@ OPTIONS
concatenated together and fed to `git-applymbox`.
Implies --author and --date.

--stdout::
This flag generates the mbox formatted output to the
standard output, instead of saving them into a file per
patch and implies --mbox.

Author
------
Expand Down
8 changes: 7 additions & 1 deletion Documentation/git-mailsplit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git-mailsplit - Totally braindamaged mbox splitter program.

SYNOPSIS
--------
'git-mailsplit' <mbox> <directory>
'git-mailsplit' [-d<prec>] <mbox> <directory>

DESCRIPTION
-----------
Expand All @@ -22,6 +22,12 @@ OPTIONS
<directory>::
Directory in which to place the individual messages.

-d<prec>::
Instead of the default 4 digits with leading zeros,
different precision can be specified for the generated
filenames.


Author
------
Written by Linus Torvalds <torvalds@osdl.org>
Expand Down

0 comments on commit 54ba601

Please sign in to comment.