Autogenerated HTML docs for v1.5.2-73-g18bece
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 25 May 2007 05:01:30 +0000 (05:01 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 25 May 2007 05:01:30 +0000 (05:01 +0000)
git-am.html
git-am.txt
git-mailsplit.html
git-mailsplit.txt

index 9984b77285aa6311c9f055ae2f251c25ae476554..1d643e28c4fc6382fabc48a8a0c3869f76f0c532 100644 (file)
@@ -276,8 +276,8 @@ git-am(1) Manual Page
 <div class="content"><em>git-am</em> [--signoff] [--dotest=&lt;dir&gt;] [--keep] [--utf8 | --no-utf8]\r
          [--3way] [--interactive] [--binary]\r
          [--whitespace=&lt;option&gt;] [-C&lt;n&gt;] [-p&lt;n&gt;]\r
-         &lt;mbox&gt;&#8230;\r
-<em>git-am</em> [--skip | --resolved]</div></div>\r
+         &lt;mbox&gt;|&lt;Maildir&gt;&#8230;</div></div>\r
+<p><em>git-am</em> [--skip | --resolved]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -289,12 +289,13 @@ current branch.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
-&lt;mbox&gt;&#8230;\r
+&lt;mbox&gt;|&lt;Maildir&gt;&#8230;\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
@@ -509,7 +510,7 @@ names.</p>
 </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
index ba79773f79fc8823f1c611e51b163866ada26306..25cf84a0c724c262fada98cdad27fb3cf705841a 100644 (file)
@@ -12,7 +12,8 @@ SYNOPSIS
 '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
@@ -23,9 +24,10 @@ current branch.
 
 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
index 0759372d74d2637aa20fb882f7ea099320e47c7c..958625715c29007989620a43d61196e3038fcb5c 100644 (file)
@@ -272,12 +272,21 @@ git-mailsplit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-mailsplit</em> [-b] [-f&lt;nn&gt;] [-d&lt;prec&gt;] -o&lt;directory&gt; [--] [&lt;mbox&gt;&#8230;]</p>\r
+<p><em>git-mailsplit</em> [-b] [-f&lt;nn&gt;] [-d&lt;prec&gt;] -o&lt;directory&gt; [--] [&lt;mbox&gt;|&lt;Maildir&gt;&#8230;]</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
@@ -292,6 +301,15 @@ directory so you can process them further from there.</p>
 </p>\r
 </dd>\r
 <dt>\r
+&lt;Maildir&gt;\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
 &lt;directory&gt;\r
 </dt>\r
 <dd>\r
@@ -344,7 +362,7 @@ and Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </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
index c11d6a530f67857bb28a5b3cee48bc5b01f5cb92..abb0903696c1239299807951e7d1d75ee094a7ed 100644 (file)
@@ -7,12 +7,15 @@ git-mailsplit - Simple UNIX mbox splitter program
 
 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
 -------
@@ -20,6 +23,10 @@ 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.