Skip to content

Commit ffc528e

Browse files
committed
mailmap: add name/email aliases for yuangongji (name and email)
Before: $ git log --format='%aE %aN' --author=yuangongji | sort | uniq -c 30 [email protected] yuangongji 1 [email protected] yuangongji (A) After: $ git log --format='%aE %aN' --author=yuangongji | sort | uniq -c 34 [email protected] yuangongji (cherry picked from commit 026590f)
1 parent baec84f commit ffc528e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .mailmap

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# name -> email
22
Azat Khuzhin <[email protected]>
3+
yuangongji <[email protected]>
34

4-
# email -> email
5-
5+
# primary email -> alias
6+
7+

0 commit comments

Comments
 (0)