From: Alexandre Julliard Date: Mon, 27 Feb 2006 13:09:56 +0000 (+0100) Subject: git-format-patch: Always add a blank line between headers and body. X-Git-Tag: v1.3.0-rc1~123 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f891cb3fd6b3c2871c1a15e122366e412428204c?ds=inline;hp=f891cb3fd6b3c2871c1a15e122366e412428204c 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 Signed-off-by: Junio C Hamano ---