[PATCH] Let git-format-patch-script write on stdout
authorMarco Costalba <mcostalba@yahoo.it>
Wed, 17 Aug 2005 12:17:27 +0000 (05:17 -0700)
committerJunio 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>
git-format-patch-script

index 3c3413b..3565205 100755 (executable)
@@ -146,7 +146,7 @@ do
 
     file=`printf '%04d-%stxt' $i "$title"`
     i=`expr "$i" - 1`
-    echo >&2 "* $file"
+    echo "* $file"
     {
        mailScript='
        /./d