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) | ||
commit | a004d3f70f1c074f2d9bd55e7a925ff5916ebbeb | |
tree | 59b88d8febef9a7b7d0b05886109587cf7d5f863 | tree | snapshot |
parent | 99e368b996d6fcc2383a4b385130a0cb70c164e2 | commit | diff |
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>
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 | diff | blob | history |