Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
format-patch: do not abuse 3-dash marker line.
author
Junio C Hamano
<junkio@cox.net>
Tue, 29 Nov 2005 21:51:27 +0000
(13:51 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 29 Nov 2005 22:26:48 +0000
(14:26 -0800)
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 <junkio@cox.net>
git-format-patch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
99e368b
)
diff --git
a/git-format-patch.sh
b/git-format-patch.sh
index a26d46dba0b1f952beae2c528cc8ba18334cbcd9..4cd38f34efd84e91323d2037e6518813a019b4f3 100755
(executable)
--- 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