Re: Magit interactive rebase error: perl not found

2018-08-04 Thread Pierre Neidhardt
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

Re: Magit interactive rebase error: perl not found

2018-08-02 Thread Chris Marusich
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

Magit interactive rebase error: perl not found

2018-07-28 Thread Pierre Neidhardt
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<-