git-format-patch: Always add a blank line between headers and body.
commitf891cb3fd6b3c2871c1a15e122366e412428204c
authorAlexandre Julliard <julliard@winehq.org>
Mon, 27 Feb 2006 13:09:56 +0000 (27 14:09 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 19:01:47 +0000 (27 11:01 -0800)
tree54a00c0da045d04ef7ac1a63446965d6e556296e
parent6baf0484efcd29bb5e58ccd5ea0379481d4a83f4
git-format-patch: Always add a blank line between headers and body.

If the second line of the commit message isn't empty, git-format-patch
needs to add an empty line in order to generate a properly formatted
mail. Otherwise git-rebase drops the rest of the commit message.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh