]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.c
Merge branch 'vn/rebase-with-cherry-pick-authorship'
[thirdparty/git.git] / sequencer.c
index 91de546b323e30022e0428628b594ac9174f2ae5..f49a871ac0666b10393331ed3c9b611921f1039e 100644 (file)
@@ -3641,6 +3641,7 @@ static int do_exec(struct repository *r, const char *command_line)
        fprintf(stderr, _("Executing: %s\n"), command_line);
        cmd.use_shell = 1;
        strvec_push(&cmd.args, command_line);
+       strvec_push(&cmd.env, "GIT_CHERRY_PICK_HELP");
        status = run_command(&cmd);
 
        /* force re-reading of the cache */