]> asedeno.scripts.mit.edu Git - git.git/commitdiff
[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 3c3413b76fc43572d0eb36e4461845bbada24061..3565205426cb3cc83918b3be6783813414dee41c 100755 (executable)
@@ -146,7 +146,7 @@ do
 
     file=`printf '%04d-%stxt' $i "$title"`
     i=`expr "$i" - 1`
-    echo >&2 "* $file"
+    echo "* $file"
     {
        mailScript='
        /./d