projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a8664
)
[PATCH] Let git-format-patch-script write on stdout
author
Marco Costalba
<mcostalba@yahoo.it>
Wed, 17 Aug 2005 12:17:27 +0000
(
05:17
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 17 Aug 2005 19:13:12 +0000
(12:13 -0700)
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>
git-format-patch-script
patch
|
blob
|
history
diff --git
a/git-format-patch-script
b/git-format-patch-script
index
3c3413b
..
3565205
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