From: Kevin Ballard Date: Thu, 4 Nov 2010 22:36:32 +0000 (-0700) Subject: rebase: teach --autosquash to match on sha1 in addition to message X-Git-Tag: v1.7.4-rc0~121^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68d5d03bc49a073be3b0e14b22d30d70e7ae686d?hp=68d5d03bc49a073be3b0e14b22d30d70e7ae686d rebase: teach --autosquash to match on sha1 in addition to message Support lines of the form "fixup! 7a235b" that specify an exact commit in addition to the normal "squash! Old commit message" form. Signed-off-by: Kevin Ballard Signed-off-by: Junio C Hamano ---