Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ls-tree: major rewrite to do pathspec
[gitweb.git]
/
git-format-patch.sh
diff --git
a/git-format-patch.sh
b/git-format-patch.sh
index bc5687653150ff1e27720173b137d759d60c74c6..9b4088045a5d53ceb1b893e5f6bda575518d36c1 100755
(executable)
--- 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`