GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

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

Open clcx096 opened this issue 2 years ago • 1 comments

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 avatar Nov 01 '23 01:11 clcx096

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.

clcx096 avatar Nov 01 '23 01:11 clcx096