summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d5a8664)
raw | patch | inline | side by side (parent: d5a8664)
author | Marco Costalba <mcostalba@yahoo.it> | |
Wed, 17 Aug 2005 12:17:27 +0000 (05:17 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 19:13:12 +0000 (12:13 -0700) |
Avoid that git-format-patch writes out patch series
information on stderr when there are no errors
Signed-off-by: Marco Costalba <mcostalba@yahoo.it>
Signed-off-by: Junio C Hamano <junkio@cox.net>
information on stderr when there are no errors
Signed-off-by: Marco Costalba <mcostalba@yahoo.it>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch-script | patch | blob | history |
index 3c3413b76fc43572d0eb36e4461845bbada24061..3565205426cb3cc83918b3be6783813414dee41c 100755 (executable)
--- a/git-format-patch-script
+++ b/git-format-patch-script
file=`printf '%04d-%stxt' $i "$title"`
i=`expr "$i" - 1`
- echo >&2 "* $file"
+ echo "* $file"
{
mailScript='
/./d