Heya,
On Tue, Sep 21, 2010 at 22:25, Pat Notz [off-list ref] wrote:
This option makes it convenient to construct commit messages for use
with 'rebase --autosquash'. The resulting commit message will be
"fixup! ..." where "..." is the subject line of the specified commit
message.
Example usage:
$ git commit --fixup HEAD~2
This is brilliant, I love it. I don't use 'autosquash' much atm
because I don't like messing with commit messages. This would make
using it much more convenient, thanks!
--
Cheers,
Sverre Rabbelier