format-patch: make sure header and body are separated.
commita5c21d6eb7e7ce164666d55e5911c271664ddfe7
authorJunio C Hamano <junkio@cox.net>
Tue, 20 Dec 2005 05:55:12 +0000 (19 21:55 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Dec 2005 05:55:12 +0000 (19 21:55 -0800)
tree4f8291d39e7cdac43570cf2d8b5d112502f19a29
parent913419fcc648dd43d7f7afdd94fa25aee4f9798a
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>
git-format-patch.sh