]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41715 - martinhath:master, r=aturon
authorCorey Farwell <coreyf@rwell.org>
Wed, 3 May 2017 22:34:01 +0000 (18:34 -0400)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 22:34:01 +0000 (18:34 -0400)
commite2cedb249f00460247c015c9470b0a3e6d4fca85
tree86ba0ff9f328d8ea4402d84f2dc5559186d2ce32
parent10fde3393be6295c8df2ce6c016f3f37b25b58b7
parentb1ab145ec265aaa9b6cc9978ae1ef222cdf9e018
Rollup merge of #41715 - martinhath:master, r=aturon

Fix @martinhath's mailmap entry

I stumbled upon a name duplication issue in [rust-lang-nursery/thanks](https://github.com/rust-lang-nursery/thanks/), and realized that this problem is easily fixable. I've (hopefully) done the right thing here. It works locally (`git shortlog | grep "Thoresen"` only returns one entry instead of two).

I didn't bother creating an issue in the `thanks` repository, since I did the `.mailmap` editing myself.