Skip to content

Commit

Permalink
Simplify a .mailmap entry
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nico committed Aug 18, 2021
1 parent 2715c4d commit dfcad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Jon Roelofs <jonathan_roelofs@apple.com> <jonathan@codesourcery.com>
Jon Roelofs <jonathan_roelofs@apple.com> <jroelofs@jroelofs.com>
LLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Martin Storsjö <martin@martin.st>
Saleem Abdulrasool <compnerd@compnerd.org> <compnerd@compnerd.org>
Saleem Abdulrasool <compnerd@compnerd.org>

0 comments on commit dfcad31

Please sign in to comment.