From: Junio C Hamano Date: Tue, 29 Nov 2005 21:51:27 +0000 (-0800) Subject: format-patch: do not abuse 3-dash marker line. X-Git-Tag: v0.99.9l^2~24^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a004d3f70f1c074f2d9bd55e7a925ff5916ebbeb;p=git.git format-patch: do not abuse 3-dash marker line. Before GIT version at the end of output we used a 3-dash marker; but 3-dash marker is special and should not be overused. Instead, use "-- " which is a standard practice in e-mails to signal the beginning of trailing garbage. Signed-off-by: Junio C Hamano --- diff --git a/git-format-patch.sh b/git-format-patch.sh index a26d46dba..4cd38f34e 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -239,7 +239,7 @@ Date: '"$ad" git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary echo git-diff-tree -p $diff_opts "$commit" - echo "---" + echo "-- " echo "@@GIT_VERSION@@" case "$mbox" in