1
0
mirror of https://github.com/git/git.git synced 2024-09-30 13:42:06 +02:00

[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 <mcostalba@yahoo.it>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Marco Costalba 2005-08-17 05:17:27 -07:00 committed by Junio C Hamano
parent d5a8664ed5
commit f01c0fceef

@ -146,7 +146,7 @@ do
file=`printf '%04d-%stxt' $i "$title"`
i=`expr "$i" - 1`
echo >&2 "* $file"
echo "* $file"
{
mailScript='
/./d