[PATCH] honor --author even with --amend, -C, and -c.
commit83e24dce148fd384cbfb01cf718ec32618f6d8b3
authorJunio C Hamano <junio@kernel.org>
Mon, 22 Jan 2007 21:03:31 +0000 (22 13:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 Jan 2007 03:40:57 +0000 (22 19:40 -0800)
tree9d2f9c908909babfd4909d2d9e408c922ccbd834
parent5e207b4bf837f0ac4e76a925b1c5cb23326de492
[PATCH] honor --author even with --amend, -C, and -c.

Earlier code discarded GIT_AUTHOR_DATE taken from the base
commit when --author was specified.  This was often wrong as
that use is likely to fix the spelling of author's name.

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