Merge branch 'maint-1.6.1' into maint-1.6.2
[gitweb.git] / Documentation / git-send-email.txt
index 164d149ea3cca45fb2a7ea365e9bd35b0e7c6ff6..fc0a4ab441d0ee55f44450d2722187e975f84f44 100644 (file)
@@ -19,6 +19,19 @@ The header of the email is configurable by command line options.  If not
 specified on the command line, the user will be prompted with a ReadLine
 enabled interface to provide the necessary information.
 
+There are two formats accepted for patch files:
+
+1. mbox format files
++
+This is what linkgit:git-format-patch[1] generates.  Most headers and MIME
+formatting are ignored.
+
+2. The original format used by Greg Kroah-Hartman's 'send_lots_of_email.pl'
+script
++
+This format expects the first line of the file to contain the "Cc:" value
+and the "Subject:" of the message as the second line.
+
 
 OPTIONS
 -------