Re: rebase --autosquash does not handle fixup! of fixup!

2013-06-11 Thread Thomas Rast
Andrew Pimlott writes: > git rebase -i --autosquash does not handle a fixup! of a fixup!, such as > the history: > > aaa fix nasty bug > ... > bbb fixup! fix nasty bug > ... > ccc fixup! fixup! fix nasty bug > > --autosquash produces: > > pick aaa fix nasty

rebase --autosquash does not handle fixup! of fixup!

2013-06-11 Thread Andrew Pimlott
git rebase -i --autosquash does not handle a fixup! of a fixup!, such as the history: aaa fix nasty bug ... bbb fixup! fix nasty bug ... ccc fixup! fixup! fix nasty bug --autosquash produces: pick aaa fix nasty bug fixup bbb fixup! fix nasty bug