Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 026590f9 | 2019-11-17 15:41:22 | 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 | ||
| 196e3a7b | 2018-12-05 11:46:30 | Add mailmap |