Autogenerated manpages for v1.5.2-73-g18bece
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 25 May 2007 05:01:35 +0000 (05:01 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 25 May 2007 05:01:35 +0000 (05:01 +0000)
man1/git-am.1
man1/git-mailsplit.1

index 68e55e37be4cdd7df6093df8e8a4fcc41798b5c8..28a0efb573e678f022cca59f2ab3fa91c61a41f3 100644 (file)
@@ -2,7 +2,7 @@
 .\" 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)
@@ -15,15 +15,15 @@ git\-am \- Apply a series of patches from a mailbox
 \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.
index 3cdba5d0759aa8c5e1adbf7c71168170837794eb..9a97a71f3ac19b6d1f9fe9e75e2470bbfb0faa87 100644 (file)
@@ -2,7 +2,7 @@
 .\" 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