OK, I figured it out, it's in the `magit--cherry-move' function:
--8<---cut here---start->8---
(push (format "%s=perl -i -ne '/^pick (%s)/ or print'"
"GIT_SEQUENCE_EDITOR"
(mapc
Pierre Neidhardt writes:
> When rebasing interactively with Magit, I get the following error
>
> 1 git … rebase -i d64bc3b\^
> /home/ambrevar/.guix-profile/libexec/git-core/git-rebase--interactive: line
> 277: perl: command not found
> Could not execute editor
>
> From commandline it works fin
When rebasing interactively with Magit, I get the following error
--8<---cut here---start->8---
1 git … rebase -i d64bc3b\^
/home/ambrevar/.guix-profile/libexec/git-core/git-rebase--interactive: line
277: perl: command not found
Could not execute editor
--8<-