git-am: do not lose already edited final-commit when resuming.
commit4bfb6b62ffc9460798ebc78c3a30e4eff7c409d0
authorJunio C Hamano <junkio@cox.net>
Tue, 8 Nov 2005 08:41:37 +0000 (8 00:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 8 Nov 2005 09:23:53 +0000 (8 01:23 -0800)
tree75922cf23cc070e2d5220d961a8f645f1bc8bb60
parent39b4ac99686148d356f7ba3c0132eb55dfda4726
git-am: do not lose already edited final-commit when resuming.

The last round stopped munging the patch when resuming, but
failed to preserve final-commit.

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