GitToolBox
GitToolBox copied to clipboard
[Feature] use customised text replace author text in "git blame display"
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.
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.