On Sun, Sep 18, 2022 at 05:05:29PM +0200, Erik Cervin Edin wrote: > Thank you for the explanation! > > On Sun, Sep 18, 2022 at 2:11 PM Johannes Altmanninger <aclopte@xxxxxxxxx> wrote: > > > > Commit 68d5d03bc4 (rebase: teach --autosquash to match on sha1 in > > addition to message, 2010-11-04) made --autosquash apply a commit > > with subject "fixup! 012345" to the first commit in the todo list > > whose OID starts with 012345. So far so good. > > I wasn't aware such fixups were recognized. Neither was I. I've repeatedly had issues where the message created by "commit --fixup" was ambiguous (user error I know) but I can change my tool to use OIDs for the cases when I squash them right away.. > The only way to create > such fixups is manually, correct? I think so