]> granicus.if.org Git - libevent/commitdiff
mailmap: add name/email aliases for yuangongji (name and email)
authorAzat Khuzhin <azat@libevent.org>
Sun, 17 Nov 2019 12:41:22 +0000 (15:41 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 17 Nov 2019 12:51:07 +0000 (15:51 +0300)
Before:
  $ git log --format='%aE %aN' --author=yuangongji | sort | uniq -c
       30 82787816@qq.com yuangongji
        1 82787816@qq.com yuangongji (A)

After:
  $ git log --format='%aE %aN' --author=yuangongji | sort | uniq -c
       34 yuangongji@foxmail.com yuangongji

.mailmap

index 0aec464600c2ec4c9f86c583a33f3a54a1b1439e..b9805d018fd12d6a0ee3272d04a10ade53b30fc6 100644 (file)
--- a/.mailmap
+++ b/.mailmap
@@ -1,5 +1,7 @@
 # name -> email
 Azat Khuzhin           <azat@libevent.org>
+yuangongji             <yuangongji@foxmail.com>
 
-# email -> email
-<azat@libevent.org>    <a3at.mail@gmail.com>
+# primary email -> alias
+<azat@libevent.org>                   <a3at.mail@gmail.com>
+yuangongji <yuangongji@foxmail.com>   <82787816@qq.com>