format-patch: make sure header and body are separated.

Since log message in a commit object is defined to be binary
blob, it could be something without an empty line between the
title line and the body text.  Be careful to format such into
a form suitable for e-mail submission.  There must be an empty
line between the headers and the body.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-12-19 21:55:12 -08:00
Родитель 913419fcc6
Коммит a5c21d6eb7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -210,6 +210,8 @@ Date: '"$ad"
}
mailScript="$mailScript"'
a\
: body
p
n