summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-02-19 03:51:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-19 06:15:29 (GMT)
commitc4ba87a6e2fccbf4d763ed0212a20a784b964ef8 (patch)
tree14e9c6e3684c6bd239ca19c6902a94d77d8833d1
parent91e80b984e0afda37d288e550fb5832d2b71568c (diff)
downloadgit-c4ba87a6e2fccbf4d763ed0212a20a784b964ef8.zip
git-c4ba87a6e2fccbf4d763ed0212a20a784b964ef8.tar.gz
git-c4ba87a6e2fccbf4d763ed0212a20a784b964ef8.tar.bz2
Documentation: Note file formats send-email accepts
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-send-email.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index ff4aeff..66bf3b2 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -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
-------