Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-19 | .mailmap: add second entry for self | Ramkumar Ramachandra | 1 | -0/+1 | |
2023-12-07 | [mailmap] Add my entry | Jianjian GUAN | 1 | -0/+2 | |
2023-12-04 | [mailmap] Add entry for myself | wangpc | 1 | -0/+3 | |
2023-12-02 | mailmap: add another entry for myself | Saleem Abdulrasool | 1 | -0/+1 | |
Add an additional email address that has been used. | |||||
2023-11-20 | [mailmap] Add my entry | Jonathan Thackray | 1 | -0/+1 | |
2023-04-25 | Add entry to mailmap | Med Ismail Bennani | 1 | -0/+2 | |
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma> | |||||
2023-03-27 | Fix incorrect .mailmap entry | Min-Yih Hsu | 1 | -1/+1 | |
Of my contact email. Sorry for the churn. | |||||
2023-03-27 | [CODE_OWNERS] Update my contact information | Min-Yih Hsu | 1 | -0/+1 | |
As well as updating .mailmap | |||||
2022-12-16 | [mailmap] Add my entry | Tommy Chiang | 1 | -0/+1 | |
2022-12-03 | .mailmap: add entry for myself | Ramkumar Ramachandra | 1 | -0/+1 | |
2022-08-08 | [mailmap] Add entry for myself | WANG Xuerui | 1 | -0/+1 | |
Differential Revision: https://reviews.llvm.org/D131353 | |||||
2022-02-24 | .mailmap: remove stray space in comment | Nico Weber | 1 | -1/+1 | |
2021-10-12 | Add self to .mailmap | Hans Wennborg | 1 | -0/+1 | |
2021-09-22 | [mailmap] Add entry for myself | Joseph Tremoulet | 1 | -0/+1 | |
2021-08-18 | Simplify a .mailmap entry | Nico Weber | 1 | -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-14 | Simplify a .mailmap entry | Nico Weber | 1 | -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 syncbot | Nico Weber | 1 | -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-23 | mailmap: add mappings for myself | Saleem Abdulrasool | 1 | -0/+3 | |
Add aliases for various alternative email addresses. | |||||
2021-06-10 | Update my mailmap | Qiu Chaofan | 1 | -0/+1 | |
2021-06-09 | Add .mailmap entries for myself, and sort the list | Jon Roelofs | 1 | -2/+5 | |
2021-06-04 | [mailmap] Add the canonical spelling of my name | Martin Storsjö | 1 | -0/+1 | |
2021-06-03 | [mailmap] Add my entry | Fangrui Song | 1 | -0/+1 | |
2021-06-02 | Add a .mailmap entry for my two email addresses | Reid Kleckner | 1 | -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 address | Nico Weber | 1 | -0/+2 | |
2021-06-02 | Add a toplevel .mailmap file | Nico Weber | 1 | -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 |