commit: teach --amend to carry forward extra headers
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Nov 2011 23:38:07 +0000 (15:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Nov 2011 06:27:11 +0000 (22:27 -0800)
After running "git pull $there for-linus" to merge a signed tag, the
integrator may need to amend the resulting merge commit to fix typoes
in it. Teach --amend option to read the existing extra headers, and
carry them forward.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found