<div class="content"><em>git-am</em> [--signoff] [--dotest=<dir>] [--keep] [--utf8 | --no-utf8]\r
[--3way] [--interactive] [--binary]\r
[--whitespace=<option>] [-C<n>] [-p<n>]\r
- <mbox>…\r
-<em>git-am</em> [--skip | --resolved]</div></div>\r
+ <mbox>|<Maildir>…</div></div>\r
+<p><em>git-am</em> [--skip | --resolved]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<div class="sectionbody">\r
<dl>\r
<dt>\r
-<mbox>…\r
+<mbox>|<Maildir>…\r
</dt>\r
<dd>\r
<p>\r
The list of mailbox files to read patches from. If you do not\r
- supply this argument, reads from the standard input.\r
+ supply this argument, reads from the standard input. If you supply\r
+ directories, they'll be treated as Maildirs.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-May-2007 03:12:35 UTC\r
+Last updated 25-May-2007 05:01:02 UTC\r
</div>\r
</div>\r
</body>\r
'git-am' [--signoff] [--dotest=<dir>] [--keep] [--utf8 | --no-utf8]
[--3way] [--interactive] [--binary]
[--whitespace=<option>] [-C<n>] [-p<n>]
- <mbox>...
+ <mbox>|<Maildir>...
+
'git-am' [--skip | --resolved]
DESCRIPTION
OPTIONS
-------
-<mbox>...::
+<mbox>|<Maildir>...::
The list of mailbox files to read patches from. If you do not
- supply this argument, reads from the standard input.
+ supply this argument, reads from the standard input. If you supply
+ directories, they'll be treated as Maildirs.
-s, --signoff::
Add `Signed-off-by:` line to the commit message, using
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-mailsplit</em> [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>…]</p>\r
+<p><em>git-mailsplit</em> [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>|<Maildir>…]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
-<p>Splits a mbox file into a list of files: "0001" "0002" .. in the specified\r
-directory so you can process them further from there.</p>\r
+<p>Splits a mbox file or a Maildir into a list of files: "0001" "0002" .. in the\r
+specified directory so you can process them further from there.</p>\r
+<div class="admonitionblock">\r
+<table><tr>\r
+<td class="icon">\r
+<div class="title">Important</div>\r
+</td>\r
+<td class="content">Maildir splitting relies upon filenames being sorted to output\r
+patches in the correct order.</td>\r
+</tr></table>\r
+</div>\r
</div>\r
<h2>OPTIONS</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+<Maildir>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Root of the Maildir to split. This directory should contain the cur, tmp\r
+ and new subdirectories.\r
+</p>\r
+</dd>\r
+<dt>\r
<directory>\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:50 UTC\r
+Last updated 25-May-2007 05:01:02 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git-mailsplit' [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>...]
+'git-mailsplit' [-b] [-f<nn>] [-d<prec>] -o<directory> [--] [<mbox>|<Maildir>...]
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
-------
Mbox file to split. If not given, the mbox is read from
the standard input.
+<Maildir>::
+ Root of the Maildir to split. This directory should contain the cur, tmp
+ and new subdirectories.
+
<directory>::
Directory in which to place the individual messages.