Commit graph

17 commits

Author SHA1 Message Date
Henrik Brix Andersen
9844a458f3 mailmap: remove duplicate emails and normalize mapping entries
Change entries of the form:
"Proper Name <proper@email.xx> <proper@email.xx>"
to:
"Proper Name <proper@email.xx>"

This makes it clearer that no e-mail address mapping takes place in these
entries, only the "Proper Name" is mapped based on "<proper@email.xx>".

Normalize all e-mail mapping entries to:
"Proper Name <proper@email.xx> <other@email.xx>"

This makes it clearer which e-mail address is being mapped and follows the
formats listed in the gitmailmap documentation.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2025-01-09 14:14:10 +01:00
Manuel Argüelles
3208b54759 mailmap: missing entry for Manuel Argüelles
Map contributions done using my private email address to my current
work email address.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2024-08-05 18:36:50 -04:00
Benjamin Cabé
7bdae081e3 mailmap: sort alphabetically
Sort .mailmap file alphabetically

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-05-15 13:23:32 -04:00
Benjamin Cabé
bb833c6748 mailmap: fixed (all?) author names inconsistencies
Ran Levensthein diff on all author names to spot and fix
inconsistencies.
Used authors' most recently used name and emails as canonical.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-05-15 13:23:32 -04:00
Anas Nashif
4a17697777 mailmap: add two fixes for bad commits
Make sure we count the same people once and show them as one
contributor.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-03-17 08:08:16 -04:00
Anas Nashif
c7c81aa11c mailmap: update mailmap file with some stray emails
Update to fix shortlog showing the right authors for commits that used
the wrong emails.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-06-17 14:15:41 -04:00
Sean Nyekjaer
9ab206d414 mailmap: add entry for Sean Nyekjaer
As I no longer is working for Prevas, add a mailmap entry
so any mail directed towards me reaches the appropriate mailbox.

Secondly. point to my work mail instead of my private one.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
2019-11-04 14:33:31 +01:00
Vinayak Kariappa Chettimada
ebda8fe1ef mailmap: Fix entry needing both name and email replace
Fix mailmap entry to replace both name and multiple email
aliases.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2019-06-26 13:54:03 -04:00
Anas Nashif
002bebdf63 mailmap: Update mailmap with full names and emails
Helps with `git shortlog -ns`

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-26 09:07:27 -04:00
Anas Nashif
fdecc2b2a7 mailmap: add entry for ruuddw
Somehow CI did not catch this, so add an entry to get consistent logs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-07-05 09:57:23 -04:00
Anas Nashif
a4690a4ae0 mailmap: added axy (for Anas Nashif)
Change-Id: I1ed70f202f51fa53ecfa9bfd6d076fe33b5252f7
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-21 13:49:59 +00:00
Anas Nashif
ff6640c34e mailmap: update with new emails
Change-Id: If564fa04404d1365afd0dbd47a31a38e5b04298c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-10-07 16:15:24 +00:00
Johan Hedberg
6ff2011b96 mailmap: Fix broken author information for Evan Couzens
Once again, broken commits have been merged with incorrect author
information. Fix this in .mailmap.

Before this patch (git shortlog):

viggo.jf.intel.com (2):
      doc: Move code contribution info to wiki.
      doc: Move code conventions to Zephyr wiki.

After the patch:

Evan Couzens (2):
      doc: Move code contribution info to wiki.
      doc: Move code conventions to Zephyr wiki.

Change-Id: I382c06b49fdc5f6c81bc9ec952c5958b4e1ca144
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-08-08 21:24:49 +00:00
Johan Hedberg
6011ad8af5 mailmap: Add more entries for incomplete author information
More commits have ended up in the tree with incomplete author
information. Add entries for these to .mailmap so at least
git shortlog shows them correctly.

Before:

     3  Aceves
     3  ktseng
     1  bitpathe
     1  cacu

After:

    19  Gerardo Aceves
     3  Kuo-Lang Tseng
     1  Bit Pathe
     9  Carles Cufi

Change-Id: I793f1fb0f5aee25ee189d2102ef88ee24ac348d6
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-06-03 10:52:22 +00:00
Johan Hedberg
cceb766411 mailmap: Fix a couple of incorrect git author names
Some git commits have slipped into the tree with incorrect author
information. Add entries for these to .mailmap so shortlog shows them
correctly.

Change-Id: Ie60ea08bb5a94f12eeb6c3ef3010b46e1c426c43
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-05-10 18:45:22 +00:00
Anas Nashif
4e93f0804b Update .mailmap
Change-Id: I22c920e52c4b36ec544a2521fe03e4ef11933875
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:37 -05:00
Inaky Perez-Gonzalez
8ddf82cf70 First commit
Signed-off-by:  <inaky.perez-gonzalez@intel.com>
2015-04-10 16:44:37 -07:00