summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e11fc02)
raw | patch | inline | side by side (parent: e11fc02)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 6 Oct 2005 21:25:52 +0000 (14:25 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-format-patch.txt | patch | blob | history | |
Documentation/git-mailsplit.txt | patch | blob | history |
index a1483ffd0f865eb486686d7c8050090b389a81c3..f3ef4c1e046a8b5997bbc0d361739c21f6ccd62a 100644 (file)
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
-----------
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
------
index 557d2e9056f028409be78d086c96f9b8de4b16a9..66239a8f8e6a37398ab86785d64335baf2739f81 100644 (file)
SYNOPSIS
--------
-'git-mailsplit' <mbox> <directory>
+'git-mailsplit' [-d<prec>] <mbox> <directory>
DESCRIPTION
-----------
<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>