On Fri, 15 Jan 2021 at 12:08, Phillip Wood <phillip.wood123@xxxxxxxxx> wrote: > > On 14/01/2021 17:32, Taylor Blau wrote: > > On Thu, Jan 14, 2021 at 10:39:50AM +0000, Phillip Wood wrote: > >>> Secondly, As an alternative to above, we can use `--fixup=<commit> > >>> --amend` and `--fixup=<commit> --reword`. > >> > >> This is not backwards compatible. At the moment If you create a fixup with > >> `git commit --fixup=aaa` and then realize it should refer to commit bbb > >> instead you can fix it with `git commit --amend --fixup=bbb`. That would no > >> longer be possible. > > > > Too bad. I felt that this was the most ergonomic idea put forwards, but > > I also thought that we died with '--amend --fixup=xxx'. Its current > > behavior does make sense to me, but it's too bad that we can't use it > > for this new purpose. > > I guess we could decide to change the behavior but I'm not sure there is > a sufficiently compelling reason to do that. I agree the current > behavior makes sense but (based on no data at all) I'm not sure that it > is used very much. [...] Data point: I've done this more than once to correct my choice of which commit to fixup. I'd like to think I'm not very special, so I would guess that I'm not the *only one* who has come up with that and found it useful. As for being used "very much", no idea. But regardless of that, it feels awkward to me to tie those two options together. That feeling might well correlate with having found that combo to be useful in the first place, though. Martin