X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-format-patch.sh;h=9b4088045a5d53ceb1b893e5f6bda575518d36c1;hb=562051809589574576971c53c23aad93f8c395d9;hp=bc5687653150ff1e27720173b137d759d60c74c6;hpb=ae2b0f15180d4b044828c836bcab6a990efa5c8e;p=git.git diff --git a/git-format-patch.sh b/git-format-patch.sh index bc568765..9b408804 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -268,7 +268,7 @@ do file=`printf '%04d-%stxt' $i "$title"` if test '' = "$stdout" then - echo "* $file" + echo "$file" process_one >"$outdir$file" if test t = "$check" then @@ -279,7 +279,7 @@ do : fi else - echo >&2 "* $file" + echo >&2 "$file" process_one fi i=`expr "$i" + 1`