Thanks. I wasn't aware of the fact that there is a "git annotate" command before. The point regarding the word "blame" seems to remain. Maybe the "git blame" command can be removed in a future major version and a flag added to "git annotate" so that "git annotate" can return the data in the format in which "git blame" currently returns it. On Thu, Jul 7, 2022 at 7:00 PM Michal Suchánek <msuchanek@xxxxxxx> wrote: > > On Thu, Jul 07, 2022 at 05:35:41PM +0200, Jonas Aschenbrenner wrote: > > Similar to the change of the default branch name from "master" to > > "main" to use a word which has less negative associations, > > I suggest to replace the word "blame" with something more neutral. > > Maybe "annotate". That word seems to already be used at some places > > for this Git feature. > > Have you seen git-annotate(1) > > Best regards > > Michal