-
Notifications
You must be signed in to change notification settings - Fork 33
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
Please add Custom Author Label into configs #181
Comments
Hey Antecer! Thanks for the feature request. I have some ideas on how this could be implemented, but I need some thought on how you would prefer how to deal with it:
|
I think it would be a good idea to just add a new definable string to replace I don't know the best way to match 'me' because I don't know if author.name allows duplicate values, and the only requirement here is to identify which code was submitted by 'me'. |
Thanks for the input! I had a look at the Gitlens implementation and it sadly does not contain anything that can be reused here. It is only possible to have one Will probably also apply this in all cases except URLs and for both |
I've built a pre-release and I would love if you had a look to see if it works the way you expect! I added a new setting called |
it will replace all |
Thank you for testing it. Sorry that it had an issue. I've corrected it. |
Now, it works good! |
Gitlens
plugin replace my "author.name" to "You".But
git blame
only shows my git name.I think I need a new options variable (Git Blame: Custom Author Label) to substitute my own author name.
Please don't try to make it display "you" like gitlens, but add a custom label so that it can adapt to the preferences of different users.
The text was updated successfully, but these errors were encountered: