Previously `$ git commit --fixup=xxx -e` would open an editor before committing the change. It should still be the case according to the command documentation: * -e, --edit* * The message taken from file with -F, command line with -m, and from commit object with -C are usually used* * as the commit log message unmodified. This option lets you further edit the message taken from these* * sources.* *But it doesn't.* Am I doing something wrong or is it a regression in *git*? *$ git config --list * *...* *core.editor=nano* *... * *$ git --version* *git version 2.32.0*
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/5ef6ad59-f80d-454b-af9d-a76e26a373a7n%40googlegroups.com.