On Fri, Feb 14, 2020 at 3:41 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > For the feature itself, I'd just do > $ git reset --soft HEAD~$n ;# rewind > $ git commit --amend > > to open an editor, and then to the editor to edit the log message, > I'd tell it to insert "git log ..@{1}" to the edit buffer to help me > formulate the log message for the consolidated change, so I do not > personally see me using it, even if it were available. Yeah, this makes a lot of sense. That was actually the only idea that I could come up with till now. I am open to suggestions, though. I don't really mind if it is too big, as I am also interested in contributing to git.