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) | ||
commit | a5c21d6eb7e7ce164666d55e5911c271664ddfe7 | |
tree | 4f8291d39e7cdac43570cf2d8b5d112502f19a29 | tree | snapshot |
parent | 913419fcc648dd43d7f7afdd94fa25aee4f9798a | commit | diff |
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>
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 | diff | blob | history |