From: Marco Costalba Date: Wed, 17 Aug 2005 12:17:27 +0000 (-0700) Subject: [PATCH] Let git-format-patch-script write on stdout X-Git-Tag: v0.99.5~16^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f01c0fceef2b14c04b1e927626473d059aecf453;p=git.git [PATCH] Let git-format-patch-script write on stdout Avoid that git-format-patch writes out patch series information on stderr when there are no errors Signed-off-by: Marco Costalba Signed-off-by: Junio C Hamano --- diff --git a/git-format-patch-script b/git-format-patch-script index 3c3413b7..35652054 100755 --- a/git-format-patch-script +++ b/git-format-patch-script @@ -146,7 +146,7 @@ do file=`printf '%04d-%stxt' $i "$title"` i=`expr "$i" - 1` - echo >&2 "* $file" + echo "* $file" { mailScript=' /./d