aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16[mailmap] Add my entryTommy Chiang1-0/+1
2022-12-03.mailmap: add entry for myselfRamkumar Ramachandra1-0/+1
2022-08-08[mailmap] Add entry for myselfWANG Xuerui1-0/+1
Differential Revision: https://reviews.llvm.org/D131353
2022-02-24.mailmap: remove stray space in commentNico Weber1-1/+1
2021-10-12Add self to .mailmapHans Wennborg1-0/+1
2021-09-22[mailmap] Add entry for myselfJoseph Tremoulet1-0/+1
2021-08-18Simplify a .mailmap entryNico Weber1-1/+1
The old entry mapped the email address `<compnerd@compnerd.org>` to user name `Saleem Abdulrasool` and email address `<compnerd@compnerd.org>`. Since the two addresses are identical, that's a needless detail. The new entry just maps email address `<compnerd@compnerd.org>` to user name `Saleem Abdulrasool`. No behavior change. Differential Revision: https://reviews.llvm.org/D108079
2021-08-14Simplify a .mailmap entryNico Weber1-3/+2
Only one person committed with these email addresses, so there's no need to use the map-different-names-for-one-email-address syntax. No behavior change. Differential Revision: https://reviews.llvm.org/D108007
2021-08-12[mailmap] Add entry for the GN LLVM syncbotNico Weber1-0/+1
The bot did its first 43 commits under the name "GN Syncbot" before it switched to "LLVM GN Syncbot". Use the latter as canonical name.
2021-06-23mailmap: add mappings for myselfSaleem Abdulrasool1-0/+3
Add aliases for various alternative email addresses.
2021-06-10Update my mailmapQiu Chaofan1-0/+1
2021-06-09Add .mailmap entries for myself, and sort the listJon Roelofs1-2/+5
2021-06-04[mailmap] Add the canonical spelling of my nameMartin Storsjö1-0/+1
2021-06-03[mailmap] Add my entryFangrui Song1-0/+1
2021-06-02Add a .mailmap entry for my two email addressesReid Kleckner1-0/+1
I'm using rnk@google.com as the canonical email for now, but I guess I can always update .mailmap in the future.
2021-06-02[mailmap] Use my chromium address as my canonical email addressNico Weber1-0/+2
2021-06-02Add a toplevel .mailmap fileNico Weber1-0/+23
See "Proposal: Adding a toplevel .mailmap file" on llvm-dev: https://lists.llvm.org/pipermail/llvm-dev/2021-May/150741.html Differential Revision: https://reviews.llvm.org/D103360