This is basically what happens:
> git rebase -i HEAD~3
Successfully rebased and updated refs/heads/master.
Pops open my text editor then immediately "completes" the rebase before I even have the chance to do anything. Anyone know what might be causing this?
I'm using msysgit on Windows 7: git version 1.7.3.1.msysgit.0
Solved, related to the editor variable in git-config: