diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-06 15:55:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-06 15:55:43 -0700 |
commit | 8b73edf498adf2895af7ff9c750283cf9325a632 (patch) | |
tree | 8cf0bb652ffde36e57bca5d6f33287305a61bb74 /Documentation/git-mailsplit.txt | |
parent | Describe new options to git-format-patch and git-mailsplit. (diff) | |
download | tgif-8b73edf498adf2895af7ff9c750283cf9325a632.tar.xz |
mailsplit: allow feeding mbox from standard input.
When mbox argument is missing, read the mailbox from the standard
input.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-mailsplit.txt')
-rw-r--r-- | Documentation/git-mailsplit.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index 66239a8f8e..03a9477664 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -7,7 +7,7 @@ git-mailsplit - Totally braindamaged mbox splitter program. SYNOPSIS -------- -'git-mailsplit' [-d<prec>] <mbox> <directory> +'git-mailsplit' [-d<prec>] [<mbox>] <directory> DESCRIPTION ----------- @@ -17,7 +17,8 @@ directory so you can process them further from there. OPTIONS ------- <mbox>:: - Mbox file to split. + Mbox file to split. If not given, the mbox is read from + the standard input. <directory>:: Directory in which to place the individual messages. @@ -31,6 +32,8 @@ OPTIONS Author ------ Written by Linus Torvalds <torvalds@osdl.org> +and Junio C Hamano <junkio@cox.net> + Documentation -------------- |