diff options
author | Marco Costalba <mcostalba@yahoo.it> | 2005-08-17 05:17:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-17 12:13:12 -0700 |
commit | f01c0fceef2b14c04b1e927626473d059aecf453 (patch) | |
tree | ac1e1e33032337ef72ba753281d150e90ac2cb5c | |
parent | [PATCH] Be consistent in naming of remote heads (diff) | |
download | tgif-f01c0fceef2b14c04b1e927626473d059aecf453.tar.xz |
[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>
-rwxr-xr-x | git-format-patch-script | 2 |
1 files changed, 1 insertions, 1 deletions
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 |