Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clcx096 opened this issue Nov 1, 2023 · 1 comment
Open

Comments

@clcx096
Copy link

clcx096 commented Nov 1, 2023

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
Copy link
Author

clcx096 commented Nov 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant