Code

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

index 01508e3b04f91bba3e960eb74eaff3e349e209bd..daa3caea778e13e946c4ffe53c876f5222ce7dfe 100755 (executable)
@@ -210,6 +210,8 @@ Date: '"$ad"
        }
 
        mailScript="$mailScript"'
+       a\
+
        : body
        p
        n