diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-30 07:00:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 07:00:32 +0100 |
| commit | bc820ecc348ec8d17b17c13d7c6a435d4bb05aeb (patch) | |
| tree | 5ea433d56104407e7329144a401fc49014d39bf7 | |
| parent | 084bbcc2ca15baa4b79e75b577472fdb98586ecf (diff) | |
| parent | b788cb00716b099abf1fe4c5ae3cb3342911af15 (diff) | |
| download | rust-bc820ecc348ec8d17b17c13d7c6a435d4bb05aeb.tar.gz rust-bc820ecc348ec8d17b17c13d7c6a435d4bb05aeb.zip | |
Rollup merge of #105071 - nnethercote:nnethercote-mailmap, r=compiler-errors
Add Nicholas Nethercote to `.mailmap`.
Before:
```
$ git shortlog -se | grep Nethercote
517 Nicholas Nethercote <n.nethercote@gmail.com>
2 Nicholas Nethercote <nnethercote@apple.com>
560 Nicholas Nethercote <nnethercote@mozilla.com>
```
After
```
$ git shortlog -se | grep Nethercote
1079 Nicholas Nethercote <n.nethercote@gmail.com>
```
| -rw-r--r-- | .mailmap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap index 4ef723e5146..68161699486 100644 --- a/.mailmap +++ b/.mailmap @@ -396,6 +396,8 @@ Nathaniel Herman <nherman@post.harvard.edu> Nathaniel Herman <nherman@college.ha Neil Pankey <npankey@gmail.com> <neil@wire.im> Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Nicholas Baron <nicholas.baron.ten@gmail.com> +Nicholas Nethercote <n.nethercote@gmail.com> <nnethercote@apple.com> +Nicholas Nethercote <n.nethercote@gmail.com> <nnethercote@mozilla.com> Nick Platt <platt.nicholas@gmail.com> Niclas Schwarzlose <15schnic@gmail.com> Nicolas Abram <abramlujan@gmail.com> |
