X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-format-patch-script;h=9b13b8858bebcad23f8d876272b33c6fed7a925a;hb=79882c2883267e16280d630730d6a8b5a86a8092;hp=3c3413b76fc43572d0eb36e4461845bbada24061;hpb=6680153441de6fbba07868d5f54af74d31a3ff13;p=git.git diff --git a/git-format-patch-script b/git-format-patch-script index 3c3413b7..9b13b885 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 @@ -195,7 +195,7 @@ Date: '"$ad" echo } } - + echo echo '---' echo git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary