0
Completed
fixup! no longer auto-squashes in interactive rebase
I was able to open the interactive rebase dialog and have "Commit message" and "fixup! Commit message" automatically squash up until a very recent SmartGit update.
This probably broke with the "Auto-Squash" feature with identical commits. I would rather stay with the standard git format of using "fixup! " prefix.
Customer support service by UserEcho
There were several reasons why we didn't made the "fixup!" prefix the default. One is that when selecting a message from a previous commit it would have required an option (existed before). Instead of the limited Git default way, we thought for a GUI our 3 options in the Interactive Rebase dialog are more suitable and cover more use-cases.