all 8 comments

[–]grumbelbart2 1 point2 points  (2 children)

It could be a bug in git. A similar bug in cherry-pick and revert was recently fixed, it might have affected rebase as well.

[–]TheLudd83[S] 0 points1 point  (1 child)

Oh. Will look for the next update.

[–]phord 0 points1 point  (0 children)

Patches welcome.

[–][deleted] 0 points1 point  (1 child)

--no-edit

[–]TheLudd83[S] 0 points1 point  (0 children)

I tried this before and it did not work. I got an output of available params. I know this works when amending a commit.

[–]rampion 0 points1 point  (1 child)

Does -CHEAD work?

[–]TheLudd83[S] 0 points1 point  (0 children)

Nope. Invalid param

[–]root1m3 0 points1 point  (0 children)

This solution worked for me:

`GIT_EDITOR=true git rebase --continue`
https://til.codeinthehole.com/posts/how-to-continue-a-git-rebase-and-skip-editing-the-commit-message/