Finishing a feature branch with --squash does not work. The end state has develop branch checked out but the feature branch commits have not been merged, they've been only staged or something like that.
I'm using Spacemacs, so the key bindings might be different than in normal Emacs. Anyway, here are the steps to reproduce:
Finishing a feature branch with
--squash
does not work. The end state has develop branch checked out but the feature branch commits have not been merged, they've been only staged or something like that.I'm using Spacemacs, so the key bindings might be different than in normal Emacs. Anyway, here are the steps to reproduce:
SPC g s
% f s featurebranch
SPC f f foobar
SPC f s
SPC g s
% f f -s f
Emacs seems like it hangs, but you can press CTRL g. The feature branch finishing is in some weird non-finished state.
magit-version: Magit 29160815.1946, Git 2.9.3, Emacs 24.5.2, gnu/linux