]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands
authorVegard Nossum <vegard.nossum@oracle.com>
Fri, 2 Feb 2024 09:18:50 +0000 (10:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 17:17:55 +0000 (09:17 -0800)
commite4301f73fffacf2ba9fb2042b95de32880381e72
treea5ba75a715b8660f2412088f8d9ddc8be555a2f8
parent564d0252ca632e0264ed670534a51d18a689ef5d
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands

Running "git cherry-pick" as an x-command in the rebase plan loses
the original authorship information.

To fix this, unset GIT_CHERRY_PICK_HELP for 'exec' commands.

Helped-by: Phillip Wood <phillip.wood123@gmail.com>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c
t/t3404-rebase-interactive.sh