.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-AM" "1" "05/15/2007" "Git 1.5.2.rc3.39.gaf9b" "Git Manual"
+.TH "GIT\-AM" "1" "05/25/2007" "Git 1.5.2.73.g18bece" "Git Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
\fIgit\-am\fR [\-\-signoff] [\-\-dotest=<dir>] [\-\-keep] [\-\-utf8 | \-\-no\-utf8]
[\-\-3way] [\-\-interactive] [\-\-binary]
[\-\-whitespace=<option>] [\-C<n>] [\-p<n>]
- <mbox>\&...
-\fIgit\-am\fR [\-\-skip | \-\-resolved]
+ <mbox>|<Maildir>\&...
.fi
+\fIgit\-am\fR [\-\-skip | \-\-resolved]
.SH "DESCRIPTION"
Splits mail messages in a mailbox into commit log message, authorship information and patches, and applies them to the current branch.
.SH "OPTIONS"
.TP
-<mbox>\&...
-The list of mailbox files to read patches from. If you do not supply this argument, reads from the standard input.
+<mbox>|<Maildir>\&...
+The list of mailbox files to read patches from. If you do not supply this argument, reads from the standard input. If you supply directories, they'll be treated as Maildirs.
.TP
\-s, \-\-signoff
Add Signed\-off\-by: line to the commit message, using the committer identity of yourself.
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-MAILSPLIT" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual"
+.TH "GIT\-MAILSPLIT" "1" "05/25/2007" "Git 1.5.2.73.g18bece" "Git Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.SH "NAME"
git\-mailsplit \- Simple UNIX mbox splitter program
.SH "SYNOPSIS"
-\fIgit\-mailsplit\fR [\-b] [\-f<nn>] [\-d<prec>] \-o<directory> [\-\-] [<mbox>\&...]
+\fIgit\-mailsplit\fR [\-b] [\-f<nn>] [\-d<prec>] \-o<directory> [\-\-] [<mbox>|<Maildir>\&...]
.SH "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.
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+\fBImportant\fR
+Maildir splitting relies upon filenames being sorted to output patches in the correct order.
.SH "OPTIONS"
.TP
<mbox>
Mbox file to split. If not given, the mbox is read from the standard input.
.TP
+<Maildir>
+Root of the Maildir to split. This directory should contain the cur, tmp and new subdirectories.
+.TP
<directory>
Directory in which to place the individual messages.
.TP