From f01c0fceef2b14c04b1e927626473d059aecf453 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Wed, 17 Aug 2005 05:17:27 -0700 Subject: [PATCH] [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 --- git-format-patch-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-format-patch-script b/git-format-patch-script index 3c3413b76f..3565205426 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