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
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
2 matches
Mail list logo