summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 913419f)
raw | patch | inline | side by side (parent: 913419f)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Dec 2005 05:55:12 +0000 (21:55 -0800) | ||
committer | Junio 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>
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 | patch | blob | history |
diff --git a/git-format-patch.sh b/git-format-patch.sh
index 01508e3b04f91bba3e960eb74eaff3e349e209bd..daa3caea778e13e946c4ffe53c876f5222ce7dfe 100755 (executable)
--- a/git-format-patch.sh
+++ b/git-format-patch.sh
}
mailScript="$mailScript"'
+ a\
+
: body
p
n