[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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user