| author | Junio C Hamano <gitster@pobox.com> | |
| Tue, 8 Nov 2011 23:38:07 +0000 (15:38 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 10 Nov 2011 06:27:11 +0000 (22:27 -0800) | ||
| commit | ed7a42a0752fd71cf04273b8e691966dd2c33ebe | |
| tree | 222f7e6815eecc11fb319526172e275e15d75ae5 | tree | snapshot |
| parent | fab47d057559301c74d6642576694fd251a3fd11 | commit | diff |
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 <gitster@pobox.com>
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>
| builtin/commit.c | diff | blob | history | |
| commit.c | diff | blob | history | |
| commit.h | diff | blob | history |