Allow drop of first commit in interactive rebase
When performing an interactive rebase all commits except the first one (bottom in the list) can be dropped. Would be nice if the "Drop" option was available here too.
As a workaround, it is possible to move the first commit to any other position in the list and then select "Drop".
Comments: 4
-
16 Feb
Axel MergedCurrently there is no convenient way to drop the first commit when doing an interactive rebase. The workaround is moving the first commit up using drag/drop, so another commit becomes the first commit. Then the commit can be dropped. That process is quite annoying, as there seem no reason why the GUI does not allow just selecting "drop" for the first commit - even if its parent is internally still needed as anchor point.
-
16 Feb
Jonathan Admin"Allow dropping the first commit when doing an interactive rebase" (suggested by Axel on 2022-02-16), including upvotes (1) and comments (0), was merged into this suggestion.
-
19 Apr
MaxIt would really be great if this worked the way you would expect when looking at the UI and no workaround was required
(ps. thank-you for the workaround Axel, this has been a huge problem in my workflow) -
02 May
MrChrisRodriguezI'd imagine this is trivial to fix and is a huge pain in the butt every single time. Thanks for the workaround, btw, this was driving me crazy.