git-stacked-rebase
git-stacked-rebase copied to clipboard
fix: expect only persistant commands to persist (do not fail assertion because of non-persistant ones)
root issue was noticed when doing a simple git-stacked-rebase and adding
a break inside the git-rebase-todo file -- --apply would always fail
because there'd be 1 less command than expected.