public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: devel@edk2.groups.io
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	Andrew Fish <afish@apple.com>, Laszlo Ersek <lersek@redhat.com>,
	Philippe Mathieu-Daude <philmd@redhat.com>
Subject: [PATCH v3 00/32] .mailmap: Add mailmap file to have a cleaner git history
Date: Thu,  2 Jan 2020 20:23:13 +0100	[thread overview]
Message-ID: <20200102192345.14600-1-philmd@redhat.com> (raw)

The .mailmap git feature helps fixing commit mistakes (in name/email).

The easiest way to use it is with the --use-mailmap flag:

  $ git log --use-mailmap

See documentation [1] and [2], and interesting blog [3].

Laszlo replied [4] to v1 explaining stewards want to avoid avoid
cross-domain mapping, and suggested to split in per email-address
patches, so contributors can individually Ack/Nack.

This v3 collects the patches of the 30 developers who replied to
the v2 [5] with their R-b tag.  There is an exception with patch

I dropped the unreviewed patches and am cc'ing this series to the
Tianocore stewards, as suggested by Laszlo in [6]. Each developer
will still be Cc'ed in case a modification was requested, he/her
can verify.

This series is available at:
https://gitlab.com/philmd/edk2/commits/mailmap-v3

Regards,

Phil.

[1] https://git-scm.com/docs/git-shortlog#_mapping_authors
[2] https://git-scm.com/docs/git-check-mailmap#_mapping_authors
[3] https://github.com/sympy/sympy/wiki/Using-.mailmap#making-mailmap-entries
[4] https://edk2.groups.io/g/devel/message/51657
[5] https://edk2.groups.io/g/devel/message/51834
[6] https://edk2.groups.io/g/devel/message/51906

Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Michael D Kinney <michael.d.kinney@intel.com>

Philippe Mathieu-Daudé (32):
  .mailmap: Add a stub with documentation
  .mailmap: Add an entry for Aaron Li
  .mailmap: Add an entry for Antoine Cœur
  .mailmap: Add an entry for Ard Biesheuvel
  .mailmap: Add an entry for Ashley DeSimone
  .mailmap: Add an entry for Baraneedharan Anbazhagan
  .mailmap: Add an entry for Chasel Chiu
  .mailmap: Add an entry for Christopher J Zurcher
  .mailmap: Add an entry for Eric Dong
  .mailmap: Add an entry for Erik Bjorge
  .mailmap: Add an entry for Hao Wu
  .mailmap: Add an entry for Hot Tian
  .mailmap: Add an entry for Jiewen Yao
  .mailmap: Add an entry for Jim Dailey
  .mailmap: Add an entry for Laszlo Ersek
  .mailmap: Add an entry for Liming Gao
  .mailmap: Add an entry for Maciej Rabeda
  .mailmap: Add an entry for Marc-André Lureau
  .mailmap: Add an entry for Marvin Häuser
  .mailmap: Add an entry for Maurice Ma
  .mailmap: Add an entry for Michael Kubacki
  .mailmap: Add an entry for Ming Tan
  .mailmap: Add an entry for Nikolai Saoukh
  .mailmap: Add an entry for Philippe Mathieu-Daudé
  .mailmap: Add an entry for Ray Ni
  .mailmap: Add an entry for Samer El-Haj-Mahmoud
  .mailmap: Add an entry for Shenglei Zhang
  .mailmap: Add an entry for Star Zeng
  .mailmap: Add an entry for Vitaly Cheptsov
  .mailmap: Add an entry for Vladimir Olovyannikov
  .mailmap: Add an entry for Yonghong Zhu
  .mailmap: Add an entry for Yu-Chen Lin

 .mailmap | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)
 create mode 100644 .mailmap

-- 
2.21.0


             reply	other threads:[~2020-01-02 19:23 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02 19:23 Philippe Mathieu-Daudé [this message]
2020-01-02 19:23 ` [PATCH v3 01/32] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 02/32] .mailmap: Add an entry for Aaron Li Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 03/32] .mailmap: Add an entry for Antoine Cœur Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 04/32] .mailmap: Add an entry for Ard Biesheuvel Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 05/32] .mailmap: Add an entry for Ashley DeSimone Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 06/32] .mailmap: Add an entry for Baraneedharan Anbazhagan Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 07/32] .mailmap: Add an entry for Chasel Chiu Philippe Mathieu-Daudé
2020-01-06  0:38   ` Chiu, Chasel
2020-01-02 19:23 ` [PATCH v3 08/32] .mailmap: Add an entry for Christopher J Zurcher Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 09/32] .mailmap: Add an entry for Eric Dong Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 10/32] .mailmap: Add an entry for Erik Bjorge Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 11/32] .mailmap: Add an entry for Hao Wu Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 12/32] .mailmap: Add an entry for Hot Tian Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 13/32] .mailmap: Add an entry for Jiewen Yao Philippe Mathieu-Daudé
2020-01-03  0:49   ` Yao, Jiewen
2020-01-02 19:23 ` [PATCH v3 14/32] .mailmap: Add an entry for Jim Dailey Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 15/32] .mailmap: Add an entry for Laszlo Ersek Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 16/32] .mailmap: Add an entry for Liming Gao Philippe Mathieu-Daudé
2020-01-03  0:09   ` [edk2-devel] " Liming Gao
2020-01-02 19:23 ` [PATCH v3 17/32] .mailmap: Add an entry for Maciej Rabeda Philippe Mathieu-Daudé
2020-01-07 10:33   ` Rabeda, Maciej
2020-01-02 19:23 ` [PATCH v3 18/32] .mailmap: Add an entry for Marc-André Lureau Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 19/32] .mailmap: Add an entry for Marvin Häuser Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 20/32] .mailmap: Add an entry for Maurice Ma Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 21/32] .mailmap: Add an entry for Michael Kubacki Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 22/32] .mailmap: Add an entry for Ming Tan Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 23/32] .mailmap: Add an entry for Nikolai Saoukh Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 24/32] .mailmap: Add an entry for Philippe Mathieu-Daudé Philippe Mathieu-Daudé
2020-01-03 13:49   ` Laszlo Ersek
2020-01-02 19:23 ` [PATCH v3 25/32] .mailmap: Add an entry for Ray Ni Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 26/32] .mailmap: Add an entry for Samer El-Haj-Mahmoud Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 27/32] .mailmap: Add an entry for Shenglei Zhang Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 28/32] .mailmap: Add an entry for Star Zeng Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 29/32] .mailmap: Add an entry for Vitaly Cheptsov Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 30/32] .mailmap: Add an entry for Vladimir Olovyannikov Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 31/32] .mailmap: Add an entry for Yonghong Zhu Philippe Mathieu-Daudé
2020-01-02 19:23 ` [PATCH v3 32/32] .mailmap: Add an entry for Yu-Chen Lin Philippe Mathieu-Daudé
2020-01-03 13:48 ` [PATCH v3 00/32] .mailmap: Add mailmap file to have a cleaner git history Laszlo Ersek
2020-01-03 13:56   ` Philippe Mathieu-Daudé
2020-01-06 10:41     ` Laszlo Ersek
2020-01-06 11:00       ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200102192345.14600-1-philmd@redhat.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox