Move patch into new commit with message
Is your feature request related to a problem? Please describe.
Usually when I use move patch into new commit I'd like to reword that commit, I'd rather get the popup with the Split from <patch message here"> as initial value than having to manually go back, reword the newly added commit, and return to the view where I was (since I want to split a few other things as well)
Describe the solution you'd like Popup for the new commit message.
I've had the same wish and made a prototype. It simply re-uses the "reword commit" prompt (meaning it also suffers from this issue). Would that work for you?
Actually yes, that's exactly what I had in mind!
Except that I always get error: <changed file>: does not exist in index :)
Feel free to open a PR to continue the discussion there.
:facepalm: You're right! It was working at some point, must have messed up somewhere. Will fix it, set up a PR and ping you in it!
Update: it works on some commits, but not on others. That's going to be a fun one.
@derteta are you able to open up a PR so we finish this up, doesn't seem like it needs too much additional work on top of what you've already done :)
Sure, can do.
Solved by #2800 .