13

when I use git annotate in IntelliJ IDEA, the username of author of some lines is not same to author name of this commit, like this pic:

wrong authors

As you can see, fan.qp and Qp is not same, why so?

When I use bash or SourceTree to run git blame, the two names are the same.
Is this a error of IDEA?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
ricklee
  • 131
  • 1
  • 4

1 Answers1

16

You can change how it's displayed just like @Ruslan Kuleshov said –

Right-click on gutter > View > Names

Right-click on gutter > View > Names

ATOMP
  • 1,311
  • 10
  • 29