diff options
Diffstat (limited to 'Documentation/git-mailsplit.txt')
-rw-r--r-- | Documentation/git-mailsplit.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index 5cc94ec53d..e3b2a88c4b 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -7,7 +7,9 @@ git-mailsplit - Simple UNIX mbox splitter program SYNOPSIS -------- -'git mailsplit' [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>|<Maildir>...] +[verse] +'git mailsplit' [-b] [-f<nn>] [-d<prec>] [--keep-cr] [--mboxrd] + -o<directory> [--] [(<mbox>|<Maildir>)...] DESCRIPTION ----------- @@ -43,15 +45,12 @@ OPTIONS Skip the first <nn> numbers, for example if -f3 is specified, start the numbering with 0004. -Author ------- -Written by Linus Torvalds <torvalds@osdl.org> -and Junio C Hamano <gitster@pobox.com> +--keep-cr:: + Do not remove `\r` from lines ending with `\r\n`. - -Documentation --------------- -Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. +--mboxrd:: + Input is of the "mboxrd" format and "^>+From " line escaping is + reversed. GIT --- |