format-patch: output filename reported to stdout verbatim.
commit51b3c00e9d95371a9ad202204f01c5981f241b20
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 20:09:07 +0000 (26 12:09 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 20:09:07 +0000 (26 12:09 -0800)
tree185da43d63cb7347ce7f6845eb1f8dd3ab1fee1a
parent2d76d0d151239538c43b61572283405b10df43ac
format-patch: output filename reported to stdout verbatim.

Prepending asterisk to the output was just adding noise, and
making scripts like proposed git-send-mail by Andreas Ericsson
do unnecessary work.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh