Skip to content

Commit

Permalink
mailmap: update info for wchargin (#6939)
Browse files Browse the repository at this point in the history
Hello! I used to work on TensorBoard full time. Then I changed my name.
(πŸ‘‹!) I still consult this repo sometimes, so I'd like for my name to be
updated and correct.

This patch adds a [Git mailmap], which is a plain text file that teaches
Git to correct errors or duplication in user information. It
transparently fixes the output of commands like `git shortlog` and `git
show`, without needing to rewrite old hashes or destroy any information.
I've initialized the mailmap with my name and also unified the email
addresses to the one that I used most commonly (99.2% of the time).

Test Plan:
`git shortlog -nse | head` and see that my name is [spelled right
now][wc].

[Git mailmap]: https://git-scm.com/docs/gitmailmap
[wc]: https://wchargin.com
  • Loading branch information
wchargin authored Nov 19, 2024
1 parent 62931f1 commit dd0245d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Willow Chargin <[email protected]>
Willow Chargin <[email protected]> <[email protected]>
Willow Chargin <[email protected]> <[email protected]>

0 comments on commit dd0245d

Please sign in to comment.