From: Junio C Hamano Date: Tue, 8 Nov 2011 23:38:07 +0000 (-0800) Subject: commit: teach --amend to carry forward extra headers X-Git-Tag: v1.7.9-rc0~83^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ed7a42a0752fd71cf04273b8e691966dd2c33ebe?ds=inline;hp=ed7a42a0752fd71cf04273b8e691966dd2c33ebe commit: teach --amend to carry forward extra headers 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 ---