Code

format-patch: do not abuse 3-dash marker line.
authorJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 21:51:27 +0000 (13:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 22:26:48 +0000 (14:26 -0800)
commita004d3f70f1c074f2d9bd55e7a925ff5916ebbeb
tree59b88d8febef9a7b7d0b05886109587cf7d5f863
parent99e368b996d6fcc2383a4b385130a0cb70c164e2
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 <junkio@cox.net>
git-format-patch.sh