Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Let git-format-patch-script write on stdout
[gitweb.git]
/
git-format-patch-script
diff --git
a/git-format-patch-script
b/git-format-patch-script
index 3c3413b76fc43572d0eb36e4461845bbada24061..3565205426cb3cc83918b3be6783813414dee41c 100755
(executable)
--- 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