On Thu, Jun 30, 2022 at 11:27:57AM -0400, Konstantin Ryabitsev wrote: > just need a sane strategy for non-interactively rewriting > entire commit messages at arbitrary points in the recent history. assuming you are still doing it by calling (albeit programmatically): rebase --autosquash -i then you could prepare the new message by also programmatically doing a `git commit --fixup reword:<commit>` IMHO Carlo