summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99e368b)
raw | patch | inline | side by side (parent: 99e368b)
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>
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 |
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
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