We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e80b9 commit c4ba87aCopy full SHA for c4ba87a
Documentation/git-send-email.txt
@@ -19,6 +19,19 @@ The header of the email is configurable by command line options. If not
19
specified on the command line, the user will be prompted with a ReadLine
20
enabled interface to provide the necessary information.
21
22
+There are two formats accepted for patch files:
23
+
24
+1. mbox format files
25
++
26
+This is what linkgit:git-format-patch[1] generates. Most headers and MIME
27
+formatting are ignored.
28
29
+2. The original format used by Greg Kroah-Hartman's 'send_lots_of_email.pl'
30
+script
31
32
+This format expects the first line of the file to contain the "Cc:" value
33
+and the "Subject:" of the message as the second line.
34
35
36
OPTIONS
37
-------
0 commit comments