From dd0245d09c49beb9dda83f11c724736acfffed4e Mon Sep 17 00:00:00 2001 From: Willow Chargin Date: Tue, 19 Nov 2024 13:01:53 -0800 Subject: [PATCH] mailmap: update info for wchargin (#6939) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .mailmap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..6119dc7313 --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +Willow Chargin +Willow Chargin +Willow Chargin