Re: [PATCH 0/3] Add a "fix" command to "rebase --interactive"
From: Jeff King <hidden> Date: 2016-06-15 22:47:51
On Tue, Dec 08, 2009 at 01:24:50AM -0800, Junio C Hamano wrote:
I hate bikeshedding but somehow
git commit -m "fixup! commit with this message"
feels much more natural than having to write
git commit -m "!fixup commit with this message".
Also:
$ bash
$ echo "!fixup commit"
bash: !fixup: event not found
$ echo "fixup! commit"
fixup! commit
-Peff