Pretty much what the title says. I get the following error:
/mingw64/libexec/git-core/git-legacy-rebase--interactive: line 94: rebase-editor: command not found
Could not execute editor
I know there are similar questions out there but all I found on those was "editor is not set correctly, do xy". Which I did. My config lists:
core.editor='G:/Anwendungen/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin
I still get the error though. Weirdly when I do --no-ff merges, notepad++ opens just fine.
Any ideas?