zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[Feature] use customised text replace author text in "git blame display" #510

Open clcx096 opened 8 months ago

clcx096 commented 8 months ago

In our company's git submission records, the author displays the employee ID (a string of pure numbers) rather than the name. So I hope that a configuration settings can be added so that the employee ID can be replaced with the name during git blame display.

form

some code;  // 123456789 , 2023/7/28, something new

to

some code;  // tom , 2023/7/28, something new

thank you.

clcx096 commented 8 months ago

oh, I found it, in Settings / Version Control / GitToolBox / Blame / Editor Inline Blame / Author Name choose the "Email User", shows the author name.

but that's just a coincidence, and if there's a custom configuration, it might help others.