2 Commits

Author SHA1 Message Date
Azat Khuzhin
ffc528e99f mailmap: add name/email aliases for yuangongji (name and email)
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
(cherry picked from commit 026590f908f8ef8602d54bd680c8bef9f4552d55)
2020-06-28 21:19:54 +03:00
Azat Khuzhin
260db3410a
Add mailmap
(cherry picked from commit 196e3a7b2bceaca5bee1914a92b9cfed41d8917d)
2019-02-02 15:18:05 +03:00