From d63bd9a217c0f9284e4195495dc0d078f5e6577e Mon Sep 17 00:00:00 2001 From: "Fernando J. Pereda" Date: Fri, 25 May 2007 00:15:36 +0200 Subject: Teach mailsplit about Maildir's Signed-off-by: Fernando J. Pereda Signed-off-by: Junio C Hamano --- Documentation/git-mailsplit.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Documentation/git-mailsplit.txt') diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index c11d6a530f..abb0903696 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -7,12 +7,15 @@ git-mailsplit - Simple UNIX mbox splitter program SYNOPSIS -------- -'git-mailsplit' [-b] [-f] [-d] -o [--] [...] +'git-mailsplit' [-b] [-f] [-d] -o [--] [|...] DESCRIPTION ----------- -Splits a mbox file into a list of files: "0001" "0002" .. in the specified -directory so you can process them further from there. +Splits a mbox file or a Maildir into a list of files: "0001" "0002" .. in the +specified directory so you can process them further from there. + +IMPORTANT: Maildir splitting relies upon filenames being sorted to output +patches in the correct order. OPTIONS ------- @@ -20,6 +23,10 @@ OPTIONS Mbox file to split. If not given, the mbox is read from the standard input. +:: + Root of the Maildir to split. This directory should contain the cur, tmp + and new subdirectories. + :: Directory in which to place the individual messages. -- cgit v1.2.3