git-fmt-patch: thinkofix to show [PATCH] properly.
authorJunio C Hamano <junkio@cox.net>
Sat, 22 Apr 2006 10:06:13 +0000 (03:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 22 Apr 2006 10:06:13 +0000 (03:06 -0700)
commit53f420ef00ca6cc3554084c4c9fb89f50c634f58
treeeff5820045f606d64722c500697d6b3e26d65b06
parent91efcf60653b2538b05625807293b97c07cb04f4
git-fmt-patch: thinkofix to show [PATCH] properly.

Updating "subject" variable without changing the hardcoded
number of bytes to memcpy from it would not help much.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c