public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
@ 2019-12-06 11:24 Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 001/105] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
                   ` (106 more replies)
  0 siblings, 107 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel
  Cc: Philippe Mathieu-Daude, Andrew Fish, Laszlo Ersek, Leif Lindholm,
	Michael D Kinney

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.
Similarly, stewards can Nack if there is a cross-domain issue, since
these are not obvious to me (they would happen if someone was working
for a company at the time the repository was using SVN, the switched
company and contributed later at the time the repository was passed
to GIT).

Since I can not Cc all the recipients in this cover (107, MTA restricts
to 100), I'm documenting all patches individually.

- Another note regarding groups.io 40 posts per 30min limit -

My previous big series [5] involved 79 patches, and groups.io banned
me for some time after the 40th post. On [5] Laszlo suggested to test
the following git-send-email options to see if we can work with big
series and groups.io:

   --batch-size=<num>
       Some email servers (e.g. smtp.163.com) limit the number
       emails to be sent per session (connection) and this will
       lead to a failure when sending many messages. With this
       option, send-email will disconnect after sending $<num>
       messages and wait for a few seconds (see --relogin-delay)
       and reconnect, to work around such a limit. You may want
       to use some form of credential helper to avoid having to
       retype your password every time this happens. Defaults to
       the sendemail.smtpBatchSize configuration variable.

   --relogin-delay=<int>
       Waiting $<int> seconds before reconnecting to SMTP server.
       Used together with --batch-size option. Defaults to the
       sendemail.smtpReloginDelay configuration variable.

So I'm sending this series using git-publish [7] after setting the
following values:

  $ git config sendemail.smtpBatchSize 33
  $ git config sendemail.smtpReloginDelay 1848

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/51606
[6] https://edk2.groups.io/g/devel/message/51761
[7] https://github.com/stefanha/git-publish

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é (105):
  .mailmap: Add a stub with documentation
  .mailmap: Add an entry for Alexei Fedorov
  .mailmap: Add an entry for Amy Chan
  .mailmap: Add an entry for Andrew Fish
  .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 Ashraf Javeed
  .mailmap: Add an entry for Baraneedharan Anbazhagan
  .mailmap: Add an entry for Bob Feng
  .mailmap: Add an entry for Brendan Jackman
  .mailmap: Add an entry for Chao Zhang
  .mailmap: Add an entry for Chasel Chiu
  .mailmap: Add an entry for Chen A Chen
  .mailmap: Add an entry for Cheng Ching Jen
  .mailmap: Add an entry for Christian Rodriguez
  .mailmap: Add an entry for Christopher J Zurcher
  .mailmap: Add an entry for Dandan Bi
  .mailmap: Add an entry for David Chan
  .mailmap: Add an entry for David Wei
  .mailmap: Add an entry for Derek Lin
  .mailmap: Add an entry for Digant H Solanki
  .mailmap: Add an entry for Eric Dong
  .mailmap: Add an entry for Eric Jin
  .mailmap: Add an entry for Erik Bjorge
  .mailmap: Add an entry for Eugene Cohen
  .mailmap: Add an entry for Feng Tian
  .mailmap: Add an entry for Feng Yunhua
  .mailmap: Add an entry for Guo Dong
  .mailmap: Add an entry for Hao Wu
  .mailmap: Add an entry for Harry Liebel
  .mailmap: Add an entry for Herbie Robinson
  .mailmap: Add an entry for Hess Chen
  .mailmap: Add an entry for Hot Tian
  .mailmap: Add an entry for Jaben Carsey
  .mailmap: Add an entry for Jan Dabros
  .mailmap: Add an entry for Jeff Bobzin
  .mailmap: Add an entry for Jian J Wang
  .mailmap: Add an entry for Jiaxin Wu
  .mailmap: Add an entry for Jim Dailey
  .mailmap: Add an entry for Jordan Justen
  .mailmap: Add an entry for Ken Lu
  .mailmap: Add an entry for Laszlo Ersek
  .mailmap: Add an entry for Laurie Jarlstrom
  .mailmap: Add an entry for Lee Rosenbaum
  .mailmap: Add an entry for Leon Li
  .mailmap: Add an entry for Liming Gao
  .mailmap: Add an entry for Loh Tien Hock
  .mailmap: Add an entry for Lubo Zhang
  .mailmap: Add an entry for Lu Shifei
  .mailmap: Add an entry for Maciej Rabeda
  .mailmap: Add an entry for Maggie Chu
  .mailmap: Add an entry for Marc-André Lureau
  .mailmap: Add an entry for Marc W Chen
  .mailmap: Add an entry for Marvin Häuser
  .mailmap: Add an entry for Mateusz Albecki
  .mailmap: Add an entry for Maurice Ma
  .mailmap: Add an entry for Maxim Shvecov
  .mailmap: Add an entry for Michael Johnson
  .mailmap: Add an entry for Michael Kinney
  .mailmap: Add an entry for Michael Kubacki
  .mailmap: Add an entry for Michael Zimmermann
  .mailmap: Add an entry for Mike Wu
  .mailmap: Add an entry for Ming Tan
  .mailmap: Add an entry for Nikolai Saoukh
  .mailmap: Add an entry for Olivier Martin
  .mailmap: Add an entry for Pedroa Liu
  .mailmap: Add an entry for Penny Gao
  .mailmap: Add an entry for Philippe Mathieu-Daudé
  .mailmap: Add an entry for Qian Ouyang
  .mailmap: Add an entry for Qing Huang
  .mailmap: Add an entry for Qiu Shumin
  .mailmap: Add an entry for Ray Ni
  .mailmap: Add an entry for Rebecca Cran
  .mailmap: Add an entry for Richard Thomaiyar
  .mailmap: Add an entry for Rodrigo Gonzalez del Cueto
  .mailmap: Add an entry for Ronald Cron
  .mailmap: Add an entry for Rui Sun
  .mailmap: Add an entry for Sachin Agrawal
  .mailmap: Add an entry for Samer El-Haj-Mahmoud
  .mailmap: Add an entry for Satya Yarlagadda
  .mailmap: Add an entry for Sergey Isakov
  .mailmap: Add an entry for Shenglei Zhang
  .mailmap: Add an entry for Siyuan Fu
  .mailmap: Add an entry for Songpeng Li
  .mailmap: Add an entry for Sriram Subramanian
  .mailmap: Add an entry for Star Zeng
  .mailmap: Add an entry for Steven Shi
  .mailmap: Add an entry for Ting Ye
  .mailmap: Add an entry for Tomas Pilar
  .mailmap: Add an entry for Vanguput Narendra
  .mailmap: Add an entry for Vitaly Cheptsov
  .mailmap: Add an entry for Vladimir Olovyannikov
  .mailmap: Add an entry for Wang Fan
  .mailmap: Add an entry for Wang Yu
  .mailmap: Add an entry for Wei Xu
  .mailmap: Add an entry for Xiaofeng Wang
  .mailmap: Add an entry for Xiaoyu Lu
  .mailmap: Add an entry for Xue Shengfeng
  .mailmap: Add an entry for Yao Jiewen
  .mailmap: Add an entry for Yeh Greg
  .mailmap: Add an entry for Yingke Liu
  .mailmap: Add an entry for Yonghong Zhu
  .mailmap: Add an entry for Yu-Chen Lin
  .mailmap: Add an entry for Zailiang Sun

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

-- 
2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* [PATCH v2 001/105] .mailmap: Add a stub with documentation
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 12:24   ` [edk2-devel] " Laszlo Ersek
  2019-12-06 11:24 ` [PATCH v2 002/105] .mailmap: Add an entry for Alexei Fedorov Philippe Mathieu-Daudé
                   ` (105 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude

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:
* https://git-scm.com/docs/git-shortlog#_mapping_authors
* https://git-scm.com/docs/git-check-mailmap#_mapping_authors

Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
 .mailmap | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 000000000000..6d88189a58d4
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,11 @@
+#
+# This list is used by git-shortlog to fix a few botched name translations
+# in the git archive, either because the author's full name was messed up
+# and/or not always written the same way, making contributions from the
+# same person appearing not to be so or badly displayed.
+#
+# Please keep this file sorted alphabetically, and email in lowercase.
+# The format used is:
+#
+#   Firstname Lastname <email@domain.tld>
+#
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 002/105] .mailmap: Add an entry for Alexei Fedorov
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 001/105] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 003/105] .mailmap: Add an entry for Amy Chan Philippe Mathieu-Daudé
                   ` (104 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Alexei Fedorov

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Alexei Fedorov to have his name and email address
displayed properly in the git history.

Cc: Alexei Fedorov <alexei.fedorov@arm.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Alexei Fedorov doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Alexei Fedorov <alexei.fedorov@arm.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 6d88189a58d4..454fa1281f70 100644
--- a/.mailmap
+++ b/.mailmap
@@ -9,3 +9,6 @@
 #
 #   Firstname Lastname <email@domain.tld>
 #
+
+Alexei Fedorov <alexei.fedorov@arm.com>
+Alexei Fedorov <alexei.fedorov@arm.com> <Alexei.Fedorov@arm.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 003/105] .mailmap: Add an entry for Amy Chan
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 001/105] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 002/105] .mailmap: Add an entry for Alexei Fedorov Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 004/105] .mailmap: Add an entry for Andrew Fish Philippe Mathieu-Daudé
                   ` (103 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Amy Chan

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Amy Chan to have his name and email address
displayed properly in the git history.

Cc: Amy Chan <amy.chan@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Amy Chan doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Amy Chan <amy.chan@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Amy Chan <amy.chan@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 454fa1281f70..8a57aa91ed88 100644
--- a/.mailmap
+++ b/.mailmap
@@ -12,3 +12,4 @@
 
 Alexei Fedorov <alexei.fedorov@arm.com>
 Alexei Fedorov <alexei.fedorov@arm.com> <Alexei.Fedorov@arm.com>
+Amy Chan <amy.chan@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 004/105] .mailmap: Add an entry for Andrew Fish
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2019-12-06 11:24 ` [PATCH v2 003/105] .mailmap: Add an entry for Amy Chan Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 11:24 ` [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur Philippe Mathieu-Daudé
                   ` (102 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Andrew Fish

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Andrew Fish to have his name and email address
displayed properly in the git history.

Cc: Andrew Fish <afish@apple.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Andrew Fish doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Andrew Fish <afish@apple.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Andrew Fish <afish@apple.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 8a57aa91ed88..476f7cd9b24c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -13,3 +13,6 @@
 Alexei Fedorov <alexei.fedorov@arm.com>
 Alexei Fedorov <alexei.fedorov@arm.com> <Alexei.Fedorov@arm.com>
 Amy Chan <amy.chan@intel.com>
+Andrew Fish <afish@apple.com> <afish@apple.com>
+Andrew Fish <afish@apple.com> <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
+Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2019-12-06 11:24 ` [PATCH v2 004/105] .mailmap: Add an entry for Andrew Fish Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 12:41   ` Cœur
  2019-12-06 11:24 ` [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel Philippe Mathieu-Daudé
                   ` (101 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Antoine Cœur

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Antoine Cœur to have his name and email address
displayed properly in the git history.

Cc: Antoine Cœur <coeur@gmx.fr>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Antoine Cœur doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Antoine Cœur <coeur@gmx.fr>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Antoine Cœur <coeur@gmx.fr>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 476f7cd9b24c..0c201cd5cd86 100644
--- a/.mailmap
+++ b/.mailmap
@@ -16,3 +16,5 @@ Amy Chan <amy.chan@intel.com>
 Andrew Fish <afish@apple.com> <afish@apple.com>
 Andrew Fish <afish@apple.com> <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
 Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
+Antoine Cœur <coeur@gmx.fr>
+Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (4 preceding siblings ...)
  2019-12-06 11:24 ` [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur Philippe Mathieu-Daudé
@ 2019-12-06 11:24 ` Philippe Mathieu-Daudé
  2019-12-06 11:38   ` Ard Biesheuvel
  2019-12-06 11:25 ` [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone Philippe Mathieu-Daudé
                   ` (100 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:24 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ard Biesheuvel

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ard Biesheuvel to have his name and email address
displayed properly in the git history.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ard Biesheuvel doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 0c201cd5cd86..576e0e04d874 100644
--- a/.mailmap
+++ b/.mailmap
@@ -18,3 +18,4 @@ Andrew Fish <afish@apple.com> <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
 Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
 Antoine Cœur <coeur@gmx.fr>
 Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
+Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (5 preceding siblings ...)
  2019-12-06 11:24 ` [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 17:24   ` Desimone, Ashley E
  2019-12-06 11:25 ` [PATCH v2 008/105] .mailmap: Add an entry for Ashraf Javeed Philippe Mathieu-Daudé
                   ` (99 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ashley DeSimone

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ashley DeSimone to have his name and email address
displayed properly in the git history.

Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ashley DeSimone doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ashley DeSimone <ashley.e.desimone@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 576e0e04d874..62ab0ca9fb40 100644
--- a/.mailmap
+++ b/.mailmap
@@ -19,3 +19,4 @@ Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
 Antoine Cœur <coeur@gmx.fr>
 Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
 Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
+Ashley DeSimone <ashley.e.desimone@intel.com> <ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 008/105] .mailmap: Add an entry for Ashraf Javeed
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (6 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan Philippe Mathieu-Daudé
                   ` (98 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ashraf Javeed

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ashraf Javeed to have his name and email address
displayed properly in the git history.

Cc: Ashraf Javeed <ashraf.javeed@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ashraf Javeed doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ashraf Javeed <ashraf.javeed@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ashraf Javeed <ashraf.javeed@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 62ab0ca9fb40..3a5f854aad1d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -20,3 +20,4 @@ Antoine Cœur <coeur@gmx.fr>
 Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
 Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
 Ashley DeSimone <ashley.e.desimone@intel.com> <ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
+Ashraf Javeed <ashraf.javeed@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (7 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 008/105] .mailmap: Add an entry for Ashraf Javeed Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-07 14:42   ` Anbazhagan, Baraneedharan
  2019-12-06 11:25 ` [PATCH v2 010/105] .mailmap: Add an entry for Bob Feng Philippe Mathieu-Daudé
                   ` (97 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Baraneedharan Anbazhagan

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Baraneedharan Anbazhagan to have his name and email address
displayed properly in the git history.

Cc: Baraneedharan Anbazhagan <anbazhagan@hp.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Baraneedharan Anbazhagan doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Baraneedharan Anbazhagan <anbazhagan@hp.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Baraneedharan Anbazhagan <anbazhagan@hp.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 3a5f854aad1d..b6d5c43edc03 100644
--- a/.mailmap
+++ b/.mailmap
@@ -21,3 +21,4 @@ Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
 Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
 Ashley DeSimone <ashley.e.desimone@intel.com> <ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
 Ashraf Javeed <ashraf.javeed@intel.com>
+Baraneedharan Anbazhagan <anbazhagan@hp.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 010/105] .mailmap: Add an entry for Bob Feng
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (8 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 011/105] .mailmap: Add an entry for Brendan Jackman Philippe Mathieu-Daudé
                   ` (96 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Bob Feng

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Bob Feng to have his name and email address
displayed properly in the git history.

Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Bob Feng doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Bob Feng <bob.c.feng@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Bob Feng <bob.c.feng@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index b6d5c43edc03..069634ac27f2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -22,3 +22,6 @@ Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
 Ashley DeSimone <ashley.e.desimone@intel.com> <ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
 Ashraf Javeed <ashraf.javeed@intel.com>
 Baraneedharan Anbazhagan <anbazhagan@hp.com>
+Bob Feng <bob.c.feng@intel.com>
+Bob Feng <bob.c.feng@intel.com> <bobfeng@6f19259b-4bc3-4df7-8a09-765794883524>
+Bob Feng <bob.c.feng@intel.com> <bobfeng@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 011/105] .mailmap: Add an entry for Brendan Jackman
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (9 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 010/105] .mailmap: Add an entry for Bob Feng Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 012/105] .mailmap: Add an entry for Chao Zhang Philippe Mathieu-Daudé
                   ` (95 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Brendan Jackman

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Brendan Jackman to have his name and email address
displayed properly in the git history.

Cc: Brendan Jackman <brendan.jackman@arm.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Brendan Jackman doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Brendan Jackman <brendan.jackman@arm.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Brendan Jackman <brendan.jackman@arm.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 069634ac27f2..b8d2210b78f0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -25,3 +25,5 @@ Baraneedharan Anbazhagan <anbazhagan@hp.com>
 Bob Feng <bob.c.feng@intel.com>
 Bob Feng <bob.c.feng@intel.com> <bobfeng@6f19259b-4bc3-4df7-8a09-765794883524>
 Bob Feng <bob.c.feng@intel.com> <bobfeng@Edk2>
+Brendan Jackman <brendan.jackman@arm.com> <Brendan.Jackman@arm.com>
+Brendan Jackman <brendan.jackman@arm.com> <Brendan.JackMan@arm.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 012/105] .mailmap: Add an entry for Chao Zhang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (10 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 011/105] .mailmap: Add an entry for Brendan Jackman Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu Philippe Mathieu-Daudé
                   ` (94 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Chao Zhang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Chao Zhang to have his name and email address
displayed properly in the git history.

Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Chao Zhang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Chao Zhang <chao.b.zhang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index b8d2210b78f0..a1354743625c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -27,3 +27,7 @@ Bob Feng <bob.c.feng@intel.com> <bobfeng@6f19259b-4bc3-4df7-8a09-765794883524>
 Bob Feng <bob.c.feng@intel.com> <bobfeng@Edk2>
 Brendan Jackman <brendan.jackman@arm.com> <Brendan.Jackman@arm.com>
 Brendan Jackman <brendan.jackman@arm.com> <Brendan.JackMan@arm.com>
+Chao Zhang <chao.b.zhang@intel.com>
+Chao Zhang <chao.b.zhang@intel.com> <czhang46>
+Chao Zhang <chao.b.zhang@intel.com> <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>
+Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (11 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 012/105] .mailmap: Add an entry for Chao Zhang Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-09  2:28   ` Chiu, Chasel
  2019-12-06 11:25 ` [PATCH v2 014/105] .mailmap: Add an entry for Chen A Chen Philippe Mathieu-Daudé
                   ` (93 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Chasel Chiu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Chasel Chiu to have his name and email address
displayed properly in the git history.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Chasel Chiu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Chasel Chiu <chasel.chiu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a1354743625c..c34612a074c6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -31,3 +31,4 @@ Chao Zhang <chao.b.zhang@intel.com>
 Chao Zhang <chao.b.zhang@intel.com> <czhang46>
 Chao Zhang <chao.b.zhang@intel.com> <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>
 Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
+Chasel Chiu <chasel.chiu@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 014/105] .mailmap: Add an entry for Chen A Chen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (12 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 015/105] .mailmap: Add an entry for Cheng Ching Jen Philippe Mathieu-Daudé
                   ` (92 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Chen A Chen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Chen A Chen to have his name and email address
displayed properly in the git history.

Cc: Chen A Chen <chen.a.chen@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Chen A Chen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Chen A Chen <chen.a.chen@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Chen A Chen <chen.a.chen@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index c34612a074c6..249ab4b0f65e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -32,3 +32,4 @@ Chao Zhang <chao.b.zhang@intel.com> <czhang46>
 Chao Zhang <chao.b.zhang@intel.com> <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>
 Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
 Chasel Chiu <chasel.chiu@intel.com>
+Chen A Chen <chen.a.chen@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 015/105] .mailmap: Add an entry for Cheng Ching Jen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (13 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 014/105] .mailmap: Add an entry for Chen A Chen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 016/105] .mailmap: Add an entry for Christian Rodriguez Philippe Mathieu-Daudé
                   ` (91 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Cheng Ching Jen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Cheng Ching Jen to have his name and email address
displayed properly in the git history.

Cc: Cheng Ching Jen <ching.jenx.cheng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Cheng Ching Jen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Cheng Ching Jen <ching.jenx.cheng@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Cheng Ching Jen <ching.jenx.cheng@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 249ab4b0f65e..208887e4979b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -33,3 +33,4 @@ Chao Zhang <chao.b.zhang@intel.com> <czhang46@6f19259b-4bc3-4df7-8a09-7657948835
 Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
 Chasel Chiu <chasel.chiu@intel.com>
 Chen A Chen <chen.a.chen@intel.com>
+Cheng Ching Jen <ching.jenx.cheng@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 016/105] .mailmap: Add an entry for Christian Rodriguez
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (14 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 015/105] .mailmap: Add an entry for Cheng Ching Jen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher Philippe Mathieu-Daudé
                   ` (90 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Christian Rodriguez

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Christian Rodriguez to have his name and email address
displayed properly in the git history.

Cc: Christian Rodriguez <christian.rodriguez@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Christian Rodriguez doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Christian Rodriguez <christian.rodriguez@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Christian Rodriguez <christian.rodriguez@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 208887e4979b..b36e803247d1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -34,3 +34,4 @@ Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
 Chasel Chiu <chasel.chiu@intel.com>
 Chen A Chen <chen.a.chen@intel.com>
 Cheng Ching Jen <ching.jenx.cheng@intel.com>
+Christian Rodriguez <christian.rodriguez@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (15 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 016/105] .mailmap: Add an entry for Christian Rodriguez Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-09 11:33   ` [edk2-devel] " Zurcher, Christopher J
  2019-12-06 11:25 ` [PATCH v2 018/105] .mailmap: Add an entry for Dandan Bi Philippe Mathieu-Daudé
                   ` (89 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Christopher J Zurcher

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Christopher J Zurcher to have his name and email address
displayed properly in the git history.

Cc: Christopher J Zurcher <christopher.j.zurcher@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Christopher J Zurcher doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Christopher J Zurcher <christopher.j.zurcher@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Christopher J Zurcher <christopher.j.zurcher@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index b36e803247d1..e96b4ec6fe45 100644
--- a/.mailmap
+++ b/.mailmap
@@ -35,3 +35,4 @@ Chasel Chiu <chasel.chiu@intel.com>
 Chen A Chen <chen.a.chen@intel.com>
 Cheng Ching Jen <ching.jenx.cheng@intel.com>
 Christian Rodriguez <christian.rodriguez@intel.com>
+Christopher J Zurcher <christopher.j.zurcher@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 018/105] .mailmap: Add an entry for Dandan Bi
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (16 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 019/105] .mailmap: Add an entry for David Chan Philippe Mathieu-Daudé
                   ` (88 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Dandan Bi

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Dandan Bi to have his name and email address
displayed properly in the git history.

Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Dandan Bi doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Dandan Bi <dandan.bi@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Dandan Bi <dandan.bi@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index e96b4ec6fe45..712ec719db6f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -36,3 +36,7 @@ Chen A Chen <chen.a.chen@intel.com>
 Cheng Ching Jen <ching.jenx.cheng@intel.com>
 Christian Rodriguez <christian.rodriguez@intel.com>
 Christopher J Zurcher <christopher.j.zurcher@intel.com>
+Dandan Bi <dandan.bi@intel.com>
+Dandan Bi <dandan.bi@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Bi, Dandan08b>
+Dandan Bi <dandan.bi@intel.com> <dandanbi@Edk2>
+Dandan Bi <dandan.bi@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Bi, Dandan08b>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 019/105] .mailmap: Add an entry for David Chan
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (17 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 018/105] .mailmap: Add an entry for Dandan Bi Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 020/105] .mailmap: Add an entry for David Wei Philippe Mathieu-Daudé
                   ` (87 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, David Chan

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for David Chan to have his name and email address
displayed properly in the git history.

Cc: David Chan <chenwei01@thtfpc.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if David Chan doesn't give his
approval, by replying to this patch with:
  Reviewed-by: David Chan <chenwei01@thtfpc.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: David Chan <chenwei01@thtfpc.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 712ec719db6f..cfd97fcd9957 100644
--- a/.mailmap
+++ b/.mailmap
@@ -40,3 +40,4 @@ Dandan Bi <dandan.bi@intel.com>
 Dandan Bi <dandan.bi@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Bi, Dandan08b>
 Dandan Bi <dandan.bi@intel.com> <dandanbi@Edk2>
 Dandan Bi <dandan.bi@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Bi, Dandan08b>
+David Chan <chenwei01@thtfpc.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 020/105] .mailmap: Add an entry for David Wei
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (18 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 019/105] .mailmap: Add an entry for David Chan Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 021/105] .mailmap: Add an entry for Derek Lin Philippe Mathieu-Daudé
                   ` (86 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, David Wei

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for David Wei to have his name and email address
displayed properly in the git history.

Cc: David Wei <david.wei@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if David Wei doesn't give his
approval, by replying to this patch with:
  Reviewed-by: David Wei <david.wei@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: David Wei <david.wei@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index cfd97fcd9957..ad7a7c02d9ee 100644
--- a/.mailmap
+++ b/.mailmap
@@ -41,3 +41,5 @@ Dandan Bi <dandan.bi@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange
 Dandan Bi <dandan.bi@intel.com> <dandanbi@Edk2>
 Dandan Bi <dandan.bi@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Bi, Dandan08b>
 David Chan <chenwei01@thtfpc.com>
+David Wei <david.wei@intel.com>
+David Wei <david.wei@intel.com> <zwei4@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 021/105] .mailmap: Add an entry for Derek Lin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (19 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 020/105] .mailmap: Add an entry for David Wei Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 022/105] .mailmap: Add an entry for Digant H Solanki Philippe Mathieu-Daudé
                   ` (85 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Derek Lin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Derek Lin to have his name and email address
displayed properly in the git history.

Cc: Derek Lin <derek.lin2@hpe.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Derek Lin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Derek Lin <derek.lin2@hpe.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Derek Lin <derek.lin2@hpe.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index ad7a7c02d9ee..a511935012c8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -43,3 +43,4 @@ Dandan Bi <dandan.bi@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDI
 David Chan <chenwei01@thtfpc.com>
 David Wei <david.wei@intel.com>
 David Wei <david.wei@intel.com> <zwei4@Edk2>
+Derek Lin <derek.lin2@hpe.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 022/105] .mailmap: Add an entry for Digant H Solanki
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (20 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 021/105] .mailmap: Add an entry for Derek Lin Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong Philippe Mathieu-Daudé
                   ` (84 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Digant H Solanki

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Digant H Solanki to have his name and email address
displayed properly in the git history.

Cc: Digant H Solanki <digant.h.solanki@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Digant H Solanki doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Digant H Solanki <digant.h.solanki@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Digant H Solanki <digant.h.solanki@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a511935012c8..1e059cad3ec0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -44,3 +44,4 @@ David Chan <chenwei01@thtfpc.com>
 David Wei <david.wei@intel.com>
 David Wei <david.wei@intel.com> <zwei4@Edk2>
 Derek Lin <derek.lin2@hpe.com>
+Digant H Solanki <digant.h.solanki@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (21 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 022/105] .mailmap: Add an entry for Digant H Solanki Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-07 10:58   ` Dong, Eric
  2019-12-06 11:25 ` [PATCH v2 024/105] .mailmap: Add an entry for Eric Jin Philippe Mathieu-Daudé
                   ` (83 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Eric Dong

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Eric Dong to have his name and email address
displayed properly in the git history.

Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Eric Dong doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Eric Dong <eric.dong@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Eric Dong <eric.dong@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index 1e059cad3ec0..97643ae2c745 100644
--- a/.mailmap
+++ b/.mailmap
@@ -45,3 +45,7 @@ David Wei <david.wei@intel.com>
 David Wei <david.wei@intel.com> <zwei4@Edk2>
 Derek Lin <derek.lin2@hpe.com>
 Digant H Solanki <digant.h.solanki@intel.com>
+Eric Dong <eric.dong@intel.com>
+Eric Dong <eric.dong@intel.com> Eric Dong <eirc.dong@intel.com>
+Eric Dong <eric.dong@intel.com> <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
+Eric Dong <eric.dong@intel.com> <ydong10@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 024/105] .mailmap: Add an entry for Eric Jin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (22 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge Philippe Mathieu-Daudé
                   ` (82 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Eric Jin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Eric Jin to have his name and email address
displayed properly in the git history.

Cc: Eric Jin <eric.jin@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Eric Jin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Eric Jin <eric.jin@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Eric Jin <eric.jin@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 97643ae2c745..4d4dc4907b0f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -49,3 +49,5 @@ Eric Dong <eric.dong@intel.com>
 Eric Dong <eric.dong@intel.com> Eric Dong <eirc.dong@intel.com>
 Eric Dong <eric.dong@intel.com> <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
 Eric Dong <eric.dong@intel.com> <ydong10@Edk2>
+Eric Jin <eric.jin@intel.com>
+Eric Jin <eric.jin@intel.com> <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (23 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 024/105] .mailmap: Add an entry for Eric Jin Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 17:54   ` erik.c.bjorge
  2019-12-06 11:25 ` [PATCH v2 026/105] .mailmap: Add an entry for Eugene Cohen Philippe Mathieu-Daudé
                   ` (81 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Erik Bjorge

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Erik Bjorge to have his name and email address
displayed properly in the git history.

Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Erik Bjorge doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Erik Bjorge <erik.c.bjorge@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 4d4dc4907b0f..c4da8bffff5e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -51,3 +51,4 @@ Eric Dong <eric.dong@intel.com> <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
 Eric Dong <eric.dong@intel.com> <ydong10@Edk2>
 Eric Jin <eric.jin@intel.com>
 Eric Jin <eric.jin@intel.com> <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
+Erik Bjorge <erik.c.bjorge@intel.com> <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 026/105] .mailmap: Add an entry for Eugene Cohen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (24 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 027/105] .mailmap: Add an entry for Feng Tian Philippe Mathieu-Daudé
                   ` (80 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Eugene Cohen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Eugene Cohen to have his name and email address
displayed properly in the git history.

Cc: Eugene Cohen <eugene@hp.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Eugene Cohen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Eugene Cohen <eugene@hp.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Eugene Cohen <eugene@hp.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index c4da8bffff5e..6812cd872e61 100644
--- a/.mailmap
+++ b/.mailmap
@@ -52,3 +52,4 @@ Eric Dong <eric.dong@intel.com> <ydong10@Edk2>
 Eric Jin <eric.jin@intel.com>
 Eric Jin <eric.jin@intel.com> <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
 Erik Bjorge <erik.c.bjorge@intel.com> <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
+Eugene Cohen <eugene@hp.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 027/105] .mailmap: Add an entry for Feng Tian
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (25 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 026/105] .mailmap: Add an entry for Eugene Cohen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 028/105] .mailmap: Add an entry for Feng Yunhua Philippe Mathieu-Daudé
                   ` (79 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Feng Tian

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Feng Tian to have his name and email address
displayed properly in the git history.

Cc: Feng Tian <feng.tian@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Feng Tian doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Feng Tian <feng.tian@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Feng Tian <feng.tian@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index 6812cd872e61..e76b1566a986 100644
--- a/.mailmap
+++ b/.mailmap
@@ -53,3 +53,7 @@ Eric Jin <eric.jin@intel.com>
 Eric Jin <eric.jin@intel.com> <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
 Erik Bjorge <erik.c.bjorge@intel.com> <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
 Eugene Cohen <eugene@hp.com>
+Feng Tian <feng.tian@intel.com>
+Feng Tian <feng.tian@intel.com> <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
+Feng Tian <feng.tian@intel.com> <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
+Feng Tian <feng.tian@intel.com> <erictian@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 028/105] .mailmap: Add an entry for Feng Yunhua
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (26 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 027/105] .mailmap: Add an entry for Feng Tian Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 029/105] .mailmap: Add an entry for Guo Dong Philippe Mathieu-Daudé
                   ` (78 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Feng Yunhua

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Feng Yunhua to have his name and email address
displayed properly in the git history.

Cc: Feng Yunhua <yunhuax.feng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Feng Yunhua doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Feng Yunhua <yunhuax.feng@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Feng Yunhua <yunhuax.feng@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index e76b1566a986..096af30aadea 100644
--- a/.mailmap
+++ b/.mailmap
@@ -57,3 +57,5 @@ Feng Tian <feng.tian@intel.com>
 Feng Tian <feng.tian@intel.com> <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
 Feng Tian <feng.tian@intel.com> <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
 Feng Tian <feng.tian@intel.com> <erictian@Edk2>
+Feng Yunhua <yunhuax.feng@intel.com>
+Feng Yunhua <yunhuax.feng@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Feng, YunhuaX4e1>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 029/105] .mailmap: Add an entry for Guo Dong
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (27 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 028/105] .mailmap: Add an entry for Feng Yunhua Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu Philippe Mathieu-Daudé
                   ` (77 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Guo Dong

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Guo Dong to have his name and email address
displayed properly in the git history.

Cc: Guo Dong <guo.dong@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Guo Dong doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Guo Dong <guo.dong@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Guo Dong <guo.dong@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 096af30aadea..7f45047d2403 100644
--- a/.mailmap
+++ b/.mailmap
@@ -59,3 +59,6 @@ Feng Tian <feng.tian@intel.com> <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
 Feng Tian <feng.tian@intel.com> <erictian@Edk2>
 Feng Yunhua <yunhuax.feng@intel.com>
 Feng Yunhua <yunhuax.feng@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Feng, YunhuaX4e1>
+Guo Dong <guo.dong@intel.com>
+Guo Dong <guo.dong@intel.com> <gdong1>
+Guo Dong <guo.dong@intel.com> <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (28 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 029/105] .mailmap: Add an entry for Guo Dong Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-09  1:15   ` Wu, Hao A
  2019-12-06 11:25 ` [PATCH v2 031/105] .mailmap: Add an entry for Harry Liebel Philippe Mathieu-Daudé
                   ` (76 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Hao Wu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Hao Wu to have his name and email address
displayed properly in the git history.

Cc: Hao Wu <hao.a.wu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Hao Wu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Hao Wu <hao.a.wu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Hao Wu <hao.a.wu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 7f45047d2403..110d5da1d2a6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -62,3 +62,5 @@ Feng Yunhua <yunhuax.feng@intel.com> </o=Intel/ou=Exchange Administrative Group
 Guo Dong <guo.dong@intel.com>
 Guo Dong <guo.dong@intel.com> <gdong1>
 Guo Dong <guo.dong@intel.com> <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
+Hao Wu <hao.a.wu@intel.com>
+Hao Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 031/105] .mailmap: Add an entry for Harry Liebel
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (29 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 032/105] .mailmap: Add an entry for Herbie Robinson Philippe Mathieu-Daudé
                   ` (75 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Harry Liebel

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Harry Liebel to have his name and email address
displayed properly in the git history (commit 3352b62bebfd1).

Cc: Harry Liebel <Harry.Liebel@arm.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Harry Liebel doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Harry Liebel <Harry.Liebel@arm.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Harry Liebel <Harry.Liebel@arm.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Note this is a borderline case, due to the generic email used (which is
not a proper email). Since we shouldn't merge a patch from someone else
doing the same mistake (we now have CI), this patch seems safe.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 110d5da1d2a6..9c81bd157e8b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -64,3 +64,4 @@ Guo Dong <guo.dong@intel.com> <gdong1>
 Guo Dong <guo.dong@intel.com> <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
 Hao Wu <hao.a.wu@intel.com>
 Hao Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
+Harry Liebel <Harry.Liebel@arm.com> NetBSD project <NetBSD project>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 032/105] .mailmap: Add an entry for Herbie Robinson
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (30 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 031/105] .mailmap: Add an entry for Harry Liebel Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 033/105] .mailmap: Add an entry for Hess Chen Philippe Mathieu-Daudé
                   ` (74 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Herbie Robinson

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Herbie Robinson to have his name and email address
displayed properly in the git history.

Cc: Herbie Robinson <Herbie.Robinson@stratus.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Herbie Robinson doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Herbie Robinson <Herbie.Robinson@stratus.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Herbie Robinson <Herbie.Robinson@stratus.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 9c81bd157e8b..6ec472f44504 100644
--- a/.mailmap
+++ b/.mailmap
@@ -65,3 +65,4 @@ Guo Dong <guo.dong@intel.com> <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
 Hao Wu <hao.a.wu@intel.com>
 Hao Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
 Harry Liebel <Harry.Liebel@arm.com> NetBSD project <NetBSD project>
+Herbie Robinson <Herbie.Robinson@stratus.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 033/105] .mailmap: Add an entry for Hess Chen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (31 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 032/105] .mailmap: Add an entry for Herbie Robinson Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian Philippe Mathieu-Daudé
                   ` (73 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Hess Chen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Hess Chen to have his name and email address
displayed properly in the git history.

Cc: Hess Chen <hesheng.chen@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Hess Chen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Hess Chen <hesheng.chen@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Hess Chen <hesheng.chen@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 6ec472f44504..085eec6722cd 100644
--- a/.mailmap
+++ b/.mailmap
@@ -66,3 +66,5 @@ Hao Wu <hao.a.wu@intel.com>
 Hao Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
 Harry Liebel <Harry.Liebel@arm.com> NetBSD project <NetBSD project>
 Herbie Robinson <Herbie.Robinson@stratus.com>
+Hess Chen <hesheng.chen@intel.com>
+Hess Chen <hesheng.chen@intel.com> <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (32 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 033/105] .mailmap: Add an entry for Hess Chen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-08  2:59   ` [edk2-devel] " Hot Tian
  2019-12-06 11:25 ` [PATCH v2 035/105] .mailmap: Add an entry for Jaben Carsey Philippe Mathieu-Daudé
                   ` (72 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Hot Tian

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Hot Tian to have his name and email address
displayed properly in the git history.

Cc: Hot Tian <hot.tian@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Hot Tian doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Hot Tian <hot.tian@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Hot Tian <hot.tian@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 085eec6722cd..c4d0f5703710 100644
--- a/.mailmap
+++ b/.mailmap
@@ -68,3 +68,5 @@ Harry Liebel <Harry.Liebel@arm.com> NetBSD project <NetBSD project>
 Herbie Robinson <Herbie.Robinson@stratus.com>
 Hess Chen <hesheng.chen@intel.com>
 Hess Chen <hesheng.chen@intel.com> <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
+Hot Tian <hot.tian@intel.com>
+Hot Tian <hot.tian@intel.com> <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 035/105] .mailmap: Add an entry for Jaben Carsey
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (33 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 036/105] .mailmap: Add an entry for Jan Dabros Philippe Mathieu-Daudé
                   ` (71 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jaben Carsey

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jaben Carsey to have his name and email address
displayed properly in the git history.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jaben Carsey doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jaben Carsey <jaben.carsey@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.mailmap b/.mailmap
index c4d0f5703710..5539e0c75d13 100644
--- a/.mailmap
+++ b/.mailmap
@@ -70,3 +70,9 @@ Hess Chen <hesheng.chen@intel.com>
 Hess Chen <hesheng.chen@intel.com> <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
 Hot Tian <hot.tian@intel.com>
 Hot Tian <hot.tian@intel.com> <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
+Jaben Carsey <jaben.carsey@intel.com>
+Jaben Carsey <jaben.carsey@intel.com> <Jaben.carsey@intel.com>
+Jaben Carsey <jaben.carsey@intel.com> <jcarsey>
+Jaben Carsey <jaben.carsey@intel.com> <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
+Jaben Carsey <jaben.carsey@intel.com> <jcarsey@Edk2>
+Jaben Carsey <jaben.carsey@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 036/105] .mailmap: Add an entry for Jan Dabros
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (34 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 035/105] .mailmap: Add an entry for Jaben Carsey Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 037/105] .mailmap: Add an entry for Jeff Bobzin Philippe Mathieu-Daudé
                   ` (70 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jan Dabros

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jan Dabros to have his name and email address
displayed properly in the git history.

Cc: Jan Dabros <jsd@semihalf.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jan Dabros doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jan Dabros <jsd@semihalf.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jan Dabros <jsd@semihalf.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 5539e0c75d13..233326549257 100644
--- a/.mailmap
+++ b/.mailmap
@@ -76,3 +76,4 @@ Jaben Carsey <jaben.carsey@intel.com> <jcarsey>
 Jaben Carsey <jaben.carsey@intel.com> <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
 Jaben Carsey <jaben.carsey@intel.com> <jcarsey@Edk2>
 Jaben Carsey <jaben.carsey@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
+Jan Dabros <jsd@semihalf.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 037/105] .mailmap: Add an entry for Jeff Bobzin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (35 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 036/105] .mailmap: Add an entry for Jan Dabros Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 038/105] .mailmap: Add an entry for Jian J Wang Philippe Mathieu-Daudé
                   ` (69 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jeff Bobzin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jeff Bobzin to have his name and email address
displayed properly in the git history.

Cc: Jeff Bobzin <jeff.bobzin@insyde.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jeff Bobzin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jeff Bobzin <jeff.bobzin@insyde.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jeff Bobzin <jeff.bobzin@insyde.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 233326549257..16f0e2db7d3b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -77,3 +77,4 @@ Jaben Carsey <jaben.carsey@intel.com> <jcarsey@6f19259b-4bc3-4df7-8a09-765794883
 Jaben Carsey <jaben.carsey@intel.com> <jcarsey@Edk2>
 Jaben Carsey <jaben.carsey@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
 Jan Dabros <jsd@semihalf.com>
+Jeff Bobzin <jeff.bobzin@insyde.com> <Jeff Bobzin (jeff.bobzin@insyde.com)>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 038/105] .mailmap: Add an entry for Jian J Wang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (36 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 037/105] .mailmap: Add an entry for Jeff Bobzin Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 039/105] .mailmap: Add an entry for Jiaxin Wu Philippe Mathieu-Daudé
                   ` (68 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jian J Wang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jian J Wang to have his name and email address
displayed properly in the git history.

Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jian J Wang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jian J Wang <jian.j.wang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 16f0e2db7d3b..5c42fe2963f9 100644
--- a/.mailmap
+++ b/.mailmap
@@ -78,3 +78,5 @@ Jaben Carsey <jaben.carsey@intel.com> <jcarsey@Edk2>
 Jaben Carsey <jaben.carsey@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
 Jan Dabros <jsd@semihalf.com>
 Jeff Bobzin <jeff.bobzin@insyde.com> <Jeff Bobzin (jeff.bobzin@insyde.com)>
+Jian J Wang <jian.j.wang@intel.com>
+Jian J Wang <jian.j.wang@intel.com> Jian J Wang <devel@edk2.groups.io>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 039/105] .mailmap: Add an entry for Jiaxin Wu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (37 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 038/105] .mailmap: Add an entry for Jian J Wang Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey Philippe Mathieu-Daudé
                   ` (67 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jiaxin Wu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jiaxin Wu to have his name and email address
displayed properly in the git history.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jiaxin Wu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jiaxin Wu <jiaxin.wu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 5c42fe2963f9..181316d8f212 100644
--- a/.mailmap
+++ b/.mailmap
@@ -80,3 +80,5 @@ Jan Dabros <jsd@semihalf.com>
 Jeff Bobzin <jeff.bobzin@insyde.com> <Jeff Bobzin (jeff.bobzin@insyde.com)>
 Jian J Wang <jian.j.wang@intel.com>
 Jian J Wang <jian.j.wang@intel.com> Jian J Wang <devel@edk2.groups.io>
+Jiaxin Wu <jiaxin.wu@intel.com> <jiaxinwu@Edk2>
+Jiaxin Wu <jiaxin.wu@intel.com> <Jiaxin.wu@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (38 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 039/105] .mailmap: Add an entry for Jiaxin Wu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 12:41   ` [edk2-devel] " Jim Dailey
  2019-12-06 11:25 ` [PATCH v2 041/105] .mailmap: Add an entry for Jordan Justen Philippe Mathieu-Daudé
                   ` (66 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jim Dailey

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jim Dailey to have his name and email address
displayed properly in the git history.

Cc: Jim Dailey <Jim.Dailey@Dell.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jim Dailey doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jim Dailey <Jim.Dailey@Dell.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jim Dailey <Jim.Dailey@Dell.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 181316d8f212..a86a53bf8df6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -82,3 +82,5 @@ Jian J Wang <jian.j.wang@intel.com>
 Jian J Wang <jian.j.wang@intel.com> Jian J Wang <devel@edk2.groups.io>
 Jiaxin Wu <jiaxin.wu@intel.com> <jiaxinwu@Edk2>
 Jiaxin Wu <jiaxin.wu@intel.com> <Jiaxin.wu@intel.com>
+Jim Dailey <Jim.Dailey@Dell.com>
+Jim Dailey <Jim.Dailey@Dell.com> <Jim_Dailey@Dell.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 041/105] .mailmap: Add an entry for Jordan Justen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (39 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu Philippe Mathieu-Daudé
                   ` (65 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Jordan Justen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jordan Justen to have his name and email address
displayed properly in the git history.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jordan Justen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jordan Justen <jordan.l.justen@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index a86a53bf8df6..c808551f9189 100644
--- a/.mailmap
+++ b/.mailmap
@@ -84,3 +84,6 @@ Jiaxin Wu <jiaxin.wu@intel.com> <jiaxinwu@Edk2>
 Jiaxin Wu <jiaxin.wu@intel.com> <Jiaxin.wu@intel.com>
 Jim Dailey <Jim.Dailey@Dell.com>
 Jim Dailey <Jim.Dailey@Dell.com> <Jim_Dailey@Dell.com>
+Jordan Justen <jordan.l.justen@intel.com> <c:/oc6/Git/O=INTEL/OU=AMERICAS01/CN=WORKERS/CN=JUSTEN, JORDAN L>
+Jordan Justen <jordan.l.justen@intel.com> <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
+Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (40 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 041/105] .mailmap: Add an entry for Jordan Justen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-09  1:12   ` Lu, Ken
  2019-12-06 11:25 ` [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek Philippe Mathieu-Daudé
                   ` (64 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ken Lu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ken Lu to have his name and email address
displayed properly in the git history.

Cc: Ken Lu <ken.lu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ken Lu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ken Lu <ken.lu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ken Lu <ken.lu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index c808551f9189..32b9f764d065 100644
--- a/.mailmap
+++ b/.mailmap
@@ -87,3 +87,4 @@ Jim Dailey <Jim.Dailey@Dell.com> <Jim_Dailey@Dell.com>
 Jordan Justen <jordan.l.justen@intel.com> <c:/oc6/Git/O=INTEL/OU=AMERICAS01/CN=WORKERS/CN=JUSTEN, JORDAN L>
 Jordan Justen <jordan.l.justen@intel.com> <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
 Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
+Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (41 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 12:44   ` Laszlo Ersek
  2019-12-06 11:25 ` [PATCH v2 044/105] .mailmap: Add an entry for Laurie Jarlstrom Philippe Mathieu-Daudé
                   ` (63 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Laszlo Ersek

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Laszlo Ersek to have his name and email address
displayed properly in the git history.

Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Laszlo Ersek doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Laszlo Ersek <lersek@redhat.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Laszlo Ersek <lersek@redhat.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 32b9f764d065..64cecd6e00f9 100644
--- a/.mailmap
+++ b/.mailmap
@@ -88,3 +88,5 @@ Jordan Justen <jordan.l.justen@intel.com> <c:/oc6/Git/O=INTEL/OU=AMERICAS01/CN=W
 Jordan Justen <jordan.l.justen@intel.com> <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
 Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
 Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
+Laszlo Ersek <lersek@redhat.com> <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
+Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 044/105] .mailmap: Add an entry for Laurie Jarlstrom
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (42 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 045/105] .mailmap: Add an entry for Lee Rosenbaum Philippe Mathieu-Daudé
                   ` (62 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Laurie Jarlstrom

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Laurie Jarlstrom to have his name and email address
displayed properly in the git history.

Cc: Laurie Jarlstrom <laurie.jarlstrom@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Laurie Jarlstrom doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Laurie Jarlstrom <laurie.jarlstrom@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Laurie Jarlstrom <laurie.jarlstrom@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 64cecd6e00f9..712e0c59e84e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -90,3 +90,4 @@ Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
 Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
 Laszlo Ersek <lersek@redhat.com> <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
 Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
+Laurie Jarlstrom <laurie.jarlstrom@intel.com> <Laurie.jarlstrom@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 045/105] .mailmap: Add an entry for Lee Rosenbaum
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (43 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 044/105] .mailmap: Add an entry for Laurie Jarlstrom Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 046/105] .mailmap: Add an entry for Leon Li Philippe Mathieu-Daudé
                   ` (61 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Lee Rosenbaum

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Lee Rosenbaum to have his name and email address
displayed properly in the git history.

Cc: Lee Rosenbaum <leegrosenbaum@users.sourceforge.net>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Lee Rosenbaum doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Lee Rosenbaum <leegrosenbaum@users.sourceforge.net>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Lee Rosenbaum <leegrosenbaum@users.sourceforge.net>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 712e0c59e84e..22f3a625a985 100644
--- a/.mailmap
+++ b/.mailmap
@@ -91,3 +91,4 @@ Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
 Laszlo Ersek <lersek@redhat.com> <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
 Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
 Laurie Jarlstrom <laurie.jarlstrom@intel.com> <Laurie.jarlstrom@intel.com>
+Lee Rosenbaum <leegrosenbaum@users.sourceforge.net> <leegrosenbaum@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 046/105] .mailmap: Add an entry for Leon Li
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (44 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 045/105] .mailmap: Add an entry for Lee Rosenbaum Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao Philippe Mathieu-Daudé
                   ` (60 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Leon Li

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Leon Li to have his name and email address
displayed properly in the git history.

Cc: Leon Li <leon.li@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Leon Li doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Leon Li <leon.li@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Leon Li <leon.li@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 22f3a625a985..d5633964cc54 100644
--- a/.mailmap
+++ b/.mailmap
@@ -92,3 +92,4 @@ Laszlo Ersek <lersek@redhat.com> <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
 Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
 Laurie Jarlstrom <laurie.jarlstrom@intel.com> <Laurie.jarlstrom@intel.com>
 Lee Rosenbaum <leegrosenbaum@users.sourceforge.net> <leegrosenbaum@6f19259b-4bc3-4df7-8a09-765794883524>
+Leon Li <leon.li@intel.com> <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (45 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 046/105] .mailmap: Add an entry for Leon Li Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-10  0:44   ` Liming Gao
  2019-12-06 11:25 ` [PATCH v2 048/105] .mailmap: Add an entry for Loh Tien Hock Philippe Mathieu-Daudé
                   ` (59 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Liming Gao

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Liming Gao to have his name and email address
displayed properly in the git history.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Liming Gao doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Liming Gao <liming.gao@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Liming Gao <liming.gao@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index d5633964cc54..53aa4fa01e15 100644
--- a/.mailmap
+++ b/.mailmap
@@ -93,3 +93,7 @@ Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
 Laurie Jarlstrom <laurie.jarlstrom@intel.com> <Laurie.jarlstrom@intel.com>
 Lee Rosenbaum <leegrosenbaum@users.sourceforge.net> <leegrosenbaum@6f19259b-4bc3-4df7-8a09-765794883524>
 Leon Li <leon.li@intel.com> <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
+Liming Gao <liming.gao@intel.com> <Gao, Liming liming.gao@intel.com>
+Liming Gao <liming.gao@intel.com> <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
+Liming Gao <liming.gao@intel.com> <lgao4@Edk2>
+Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 048/105] .mailmap: Add an entry for Loh Tien Hock
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (46 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 049/105] .mailmap: Add an entry for Lubo Zhang Philippe Mathieu-Daudé
                   ` (58 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Loh Tien Hock

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Loh Tien Hock to have his name and email address
displayed properly in the git history.

Cc: Loh Tien Hock <tien.hock.loh@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Loh Tien Hock doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Loh Tien Hock <tien.hock.loh@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Loh Tien Hock <tien.hock.loh@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 53aa4fa01e15..6956b68c5e22 100644
--- a/.mailmap
+++ b/.mailmap
@@ -97,3 +97,4 @@ Liming Gao <liming.gao@intel.com> <Gao, Liming liming.gao@intel.com>
 Liming Gao <liming.gao@intel.com> <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
 Liming Gao <liming.gao@intel.com> <lgao4@Edk2>
 Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
+Loh Tien Hock <tien.hock.loh@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 049/105] .mailmap: Add an entry for Lubo Zhang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (47 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 048/105] .mailmap: Add an entry for Loh Tien Hock Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 050/105] .mailmap: Add an entry for Lu Shifei Philippe Mathieu-Daudé
                   ` (57 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Lubo Zhang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Lubo Zhang to have his name and email address
displayed properly in the git history.

Cc: Lubo Zhang <lubo.zhang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Lubo Zhang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Lubo Zhang <lubo.zhang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Lubo Zhang <lubo.zhang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 6956b68c5e22..67bcbf11d4cb 100644
--- a/.mailmap
+++ b/.mailmap
@@ -98,3 +98,4 @@ Liming Gao <liming.gao@intel.com> <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
 Liming Gao <liming.gao@intel.com> <lgao4@Edk2>
 Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
 Loh Tien Hock <tien.hock.loh@intel.com>
+Lubo Zhang <lubo.zhang@intel.com> <luobozhang@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 050/105] .mailmap: Add an entry for Lu Shifei
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (48 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 049/105] .mailmap: Add an entry for Lubo Zhang Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda Philippe Mathieu-Daudé
                   ` (56 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Lu Shifei

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Lu Shifei to have his name and email address
displayed properly in the git history.

Cc: Lu Shifei <shifeix.a.lu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Lu Shifei doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Lu Shifei <shifeix.a.lu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Lu Shifei <shifeix.a.lu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 67bcbf11d4cb..51798f876a35 100644
--- a/.mailmap
+++ b/.mailmap
@@ -99,3 +99,4 @@ Liming Gao <liming.gao@intel.com> <lgao4@Edk2>
 Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
 Loh Tien Hock <tien.hock.loh@intel.com>
 Lubo Zhang <lubo.zhang@intel.com> <luobozhang@Edk2>
+Lu Shifei <shifeix.a.lu@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (49 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 050/105] .mailmap: Add an entry for Lu Shifei Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 12:58   ` Rabeda, Maciej
  2019-12-06 11:25 ` [PATCH v2 052/105] .mailmap: Add an entry for Maggie Chu Philippe Mathieu-Daudé
                   ` (55 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Maciej Rabeda

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Maciej Rabeda to have his name and email address
displayed properly in the git history.

Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Maciej Rabeda doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Maciej Rabeda <maciej.rabeda@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 51798f876a35..5340600d9d33 100644
--- a/.mailmap
+++ b/.mailmap
@@ -100,3 +100,4 @@ Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
 Loh Tien Hock <tien.hock.loh@intel.com>
 Lubo Zhang <lubo.zhang@intel.com> <luobozhang@Edk2>
 Lu Shifei <shifeix.a.lu@intel.com>
+Maciej Rabeda <maciej.rabeda@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 052/105] .mailmap: Add an entry for Maggie Chu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (50 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau Philippe Mathieu-Daudé
                   ` (54 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Maggie Chu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Maggie Chu to have his name and email address
displayed properly in the git history.

Cc: Maggie Chu <maggie.chu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Maggie Chu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Maggie Chu <maggie.chu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Maggie Chu <maggie.chu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 5340600d9d33..66297d4f8943 100644
--- a/.mailmap
+++ b/.mailmap
@@ -101,3 +101,5 @@ Loh Tien Hock <tien.hock.loh@intel.com>
 Lubo Zhang <lubo.zhang@intel.com> <luobozhang@Edk2>
 Lu Shifei <shifeix.a.lu@intel.com>
 Maciej Rabeda <maciej.rabeda@intel.com>
+Maggie Chu <maggie.chu@intel.com>
+Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (51 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 052/105] .mailmap: Add an entry for Maggie Chu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 20:42   ` Marc-André Lureau
  2019-12-06 11:25 ` [PATCH v2 054/105] .mailmap: Add an entry for Marc W Chen Philippe Mathieu-Daudé
                   ` (53 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Marc-André Lureau

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Marc-André Lureau to have his name and email address
displayed properly in the git history.

Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Marc-André Lureau doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 66297d4f8943..2013a48da245 100644
--- a/.mailmap
+++ b/.mailmap
@@ -103,3 +103,4 @@ Lu Shifei <shifeix.a.lu@intel.com>
 Maciej Rabeda <maciej.rabeda@intel.com>
 Maggie Chu <maggie.chu@intel.com>
 Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
+Marc-André Lureau <marcandre.lureau@redhat.com> <marcandre.lureau@redhat.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 054/105] .mailmap: Add an entry for Marc W Chen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (52 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser Philippe Mathieu-Daudé
                   ` (52 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Marc W Chen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Marc W Chen to have his name and email address
displayed properly in the git history.

Cc: Marc W Chen <marc.w.chen@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Marc W Chen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Marc W Chen <marc.w.chen@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Marc W Chen <marc.w.chen@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 2013a48da245..ca7a730f677f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -104,3 +104,4 @@ Maciej Rabeda <maciej.rabeda@intel.com>
 Maggie Chu <maggie.chu@intel.com>
 Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
 Marc-André Lureau <marcandre.lureau@redhat.com> <marcandre.lureau@redhat.com>
+Marc W Chen <marc.w.chen@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (53 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 054/105] .mailmap: Add an entry for Marc W Chen Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 16:17   ` Marvin Häuser
  2019-12-06 11:25 ` [PATCH v2 056/105] .mailmap: Add an entry for Mateusz Albecki Philippe Mathieu-Daudé
                   ` (51 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Marvin Häuser, Marvin Häuser

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Marvin Häuser to have his name and email address
displayed properly in the git history (in particular, commit 62ec4a5e).

Cc: Marvin Häuser <Marvin.Haeuser@outlook.de>
Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Marvin Häuser doesn't give his
approval, by replying to this patch with either:
  Reviewed-by: Marvin Häuser <Marvin.Haeuser@outlook.com>
  Reviewed-by: Marvin Häuser <Marvin.Haeuser@outlook.de>

If you think this patch is inappropriate, you don't need to justify,
reply with any:
  NAcked-by: Marvin Häuser <Marvin.Haeuser@outlook.de>
  NAcked-by: Marvin Häuser <Marvin.Haeuser@outlook.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Note this is a borderline case, due to the generic email used in commit
62ec4a5ef674. Since this is the unique entry, we don't use the
edk2-devel-bounces@lists.01.org list anymore and we have CI checks,
we shouldn't merge a patch from someone else doing the same mistake
using the same From. So IMHO this patch seems safe.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index ca7a730f677f..d22ce43a6009 100644
--- a/.mailmap
+++ b/.mailmap
@@ -105,3 +105,6 @@ Maggie Chu <maggie.chu@intel.com>
 Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
 Marc-André Lureau <marcandre.lureau@redhat.com> <marcandre.lureau@redhat.com>
 Marc W Chen <marc.w.chen@intel.com>
+Marvin Häuser <Marvin.Haeuser@outlook.com>
+Marvin Häuser <Marvin.Haeuser@outlook.com> edk2-devel <edk2-devel-bounces@lists.01.org>
+Marvin Häuser <mhaeuser@outlook.de>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 056/105] .mailmap: Add an entry for Mateusz Albecki
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (54 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma Philippe Mathieu-Daudé
                   ` (50 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Mateusz Albecki

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Mateusz Albecki to have his name and email address
displayed properly in the git history.

Cc: Mateusz Albecki <mateusz.albecki@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Mateusz Albecki doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Mateusz Albecki <mateusz.albecki@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Mateusz Albecki <mateusz.albecki@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index d22ce43a6009..4b76c5b50d5c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -108,3 +108,5 @@ Marc W Chen <marc.w.chen@intel.com>
 Marvin Häuser <Marvin.Haeuser@outlook.com>
 Marvin Häuser <Marvin.Haeuser@outlook.com> edk2-devel <edk2-devel-bounces@lists.01.org>
 Marvin Häuser <mhaeuser@outlook.de>
+Mateusz Albecki <mateusz.albecki@intel.com>
+Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Albecki, Mateusz3be>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (55 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 056/105] .mailmap: Add an entry for Mateusz Albecki Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 14:58   ` [edk2-devel] " Ma, Maurice
  2019-12-06 11:25 ` [PATCH v2 058/105] .mailmap: Add an entry for Maxim Shvecov Philippe Mathieu-Daudé
                   ` (49 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Maurice Ma

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Maurice Ma to have his name and email address
displayed properly in the git history.

Cc: Maurice Ma <maurice.ma@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Maurice Ma doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Maurice Ma <maurice.ma@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Maurice Ma <maurice.ma@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 4b76c5b50d5c..ce558e39b1b5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -110,3 +110,4 @@ Marvin Häuser <Marvin.Haeuser@outlook.com> edk2-devel <edk2-devel-bounces@lists
 Marvin Häuser <mhaeuser@outlook.de>
 Mateusz Albecki <mateusz.albecki@intel.com>
 Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Albecki, Mateusz3be>
+Maurice Ma <maurice.ma@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 058/105] .mailmap: Add an entry for Maxim Shvecov
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (56 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 059/105] .mailmap: Add an entry for Michael Johnson Philippe Mathieu-Daudé
                   ` (48 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Maxim Shvecov

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Maxim Shvecov to have his name and email address
displayed properly in the git history.

Cc: Maxim Shvecov <Gris87@yandex.ru>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Maxim Shvecov doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Maxim Shvecov <Gris87@yandex.ru>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Maxim Shvecov <Gris87@yandex.ru>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index ce558e39b1b5..42a54c6c6f6f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -111,3 +111,4 @@ Marvin Häuser <mhaeuser@outlook.de>
 Mateusz Albecki <mateusz.albecki@intel.com>
 Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Albecki, Mateusz3be>
 Maurice Ma <maurice.ma@intel.com>
+Maxim Shvecov <Gris87@yandex.ru>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 059/105] .mailmap: Add an entry for Michael Johnson
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (57 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 058/105] .mailmap: Add an entry for Maxim Shvecov Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 060/105] .mailmap: Add an entry for Michael Kinney Philippe Mathieu-Daudé
                   ` (47 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Michael Johnson

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Michael Johnson to have his name and email address
displayed properly in the git history.

Cc: Michael Johnson <michael.johnson@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Michael Johnson doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Michael Johnson <michael.johnson@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Michael Johnson <michael.johnson@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 42a54c6c6f6f..9c1b05fca786 100644
--- a/.mailmap
+++ b/.mailmap
@@ -112,3 +112,4 @@ Mateusz Albecki <mateusz.albecki@intel.com>
 Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Albecki, Mateusz3be>
 Maurice Ma <maurice.ma@intel.com>
 Maxim Shvecov <Gris87@yandex.ru>
+Michael Johnson <michael.johnson@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 060/105] .mailmap: Add an entry for Michael Kinney
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (58 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 059/105] .mailmap: Add an entry for Michael Johnson Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki Philippe Mathieu-Daudé
                   ` (46 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Michael Kinney

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Michael Kinney to have his name and email address
displayed properly in the git history.

Cc: Michael Kinney <michael.d.kinney@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Michael Kinney doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Michael Kinney <michael.d.kinney@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.mailmap b/.mailmap
index 9c1b05fca786..a8bffe9d4729 100644
--- a/.mailmap
+++ b/.mailmap
@@ -113,3 +113,9 @@ Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange Administrative
 Maurice Ma <maurice.ma@intel.com>
 Maxim Shvecov <Gris87@yandex.ru>
 Michael Johnson <michael.johnson@intel.com>
+Michael Kinney <michael.d.kinney@intel.com>
+Michael Kinney <michael.d.kinney@intel.com> <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
+Michael Kinney <michael.d.kinney@intel.com> <mdkinney@Edk2>
+Michael Kinney <michael.d.kinney@intel.com> <mdkinney@mdkinney-desk.amr.corp.intel.com>
+Michael Kinney <michael.d.kinney@intel.com> <Michael.d.kinney@intel.com>
+Michael Kinney <michael.d.kinney@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Kinney, Michael D>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (59 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 060/105] .mailmap: Add an entry for Michael Kinney Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 23:43   ` [edk2-devel] " Kubacki, Michael A
  2019-12-06 11:25 ` [PATCH v2 062/105] .mailmap: Add an entry for Michael Zimmermann Philippe Mathieu-Daudé
                   ` (45 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Michael Kubacki

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Michael Kubacki to have his name and email address
displayed properly in the git history.

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Michael Kubacki doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Michael Kubacki <michael.a.kubacki@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index a8bffe9d4729..822a65a6aad7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -119,3 +119,5 @@ Michael Kinney <michael.d.kinney@intel.com> <mdkinney@Edk2>
 Michael Kinney <michael.d.kinney@intel.com> <mdkinney@mdkinney-desk.amr.corp.intel.com>
 Michael Kinney <michael.d.kinney@intel.com> <Michael.d.kinney@intel.com>
 Michael Kinney <michael.d.kinney@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Kinney, Michael D>
+Michael Kubacki <michael.a.kubacki@intel.com>
+Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a72>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 062/105] .mailmap: Add an entry for Michael Zimmermann
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (60 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 063/105] .mailmap: Add an entry for Mike Wu Philippe Mathieu-Daudé
                   ` (44 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Michael Zimmermann

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Michael Zimmermann to have his name and email address
displayed properly in the git history.

Cc: Michael Zimmermann <sigmaepsilon92@gmail.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Michael Zimmermann doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Michael Zimmermann <sigmaepsilon92@gmail.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 822a65a6aad7..6f444ad5a3cd 100644
--- a/.mailmap
+++ b/.mailmap
@@ -121,3 +121,4 @@ Michael Kinney <michael.d.kinney@intel.com> <Michael.d.kinney@intel.com>
 Michael Kinney <michael.d.kinney@intel.com> </o=Intel/ou=Americas01/cn=Workers/cn=Kinney, Michael D>
 Michael Kubacki <michael.a.kubacki@intel.com>
 Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a72>
+Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 063/105] .mailmap: Add an entry for Mike Wu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (61 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 062/105] .mailmap: Add an entry for Michael Zimmermann Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:25 ` [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan Philippe Mathieu-Daudé
                   ` (43 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Mike Wu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Mike Wu to have his name and email address
displayed properly in the git history.

Cc: Mike Wu <mike.wu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Mike Wu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Mike Wu <mike.wu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Mike Wu <mike.wu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 6f444ad5a3cd..190d2790b103 100644
--- a/.mailmap
+++ b/.mailmap
@@ -122,3 +122,4 @@ Michael Kinney <michael.d.kinney@intel.com> </o=Intel/ou=Americas01/cn=Workers/c
 Michael Kubacki <michael.a.kubacki@intel.com>
 Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a72>
 Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
+Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (62 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 063/105] .mailmap: Add an entry for Mike Wu Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2020-01-02  0:28   ` [edk2-devel] " Tan, Ming
  2019-12-06 11:25 ` [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh Philippe Mathieu-Daudé
                   ` (42 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ming Tan

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ming Tan to have his name and email address
displayed properly in the git history.

Cc: Ming Tan <ming.tan@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ming Tan doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ming Tan <ming.tan@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ming Tan <ming.tan@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 190d2790b103..9b5351167ca7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -123,3 +123,4 @@ Michael Kubacki <michael.a.kubacki@intel.com>
 Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a72>
 Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
 Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
+Ming Tan <ming.tan@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (63 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 12:36   ` Николай Саух
  2019-12-06 11:25 ` [PATCH v2 066/105] .mailmap: Add an entry for Olivier Martin Philippe Mathieu-Daudé
                   ` (41 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Nikolai Saoukh

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Nikolai Saoukh to have his name and email address
displayed properly in the git history.

Cc: Nikolai Saoukh <nms@otdel-1.org>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Nikolai Saoukh doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Nikolai Saoukh <nms@otdel-1.org>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Nikolai Saoukh <nms@otdel-1.org>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 9b5351167ca7..a3074feb017c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -124,3 +124,4 @@ Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25S
 Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
 Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
 Ming Tan <ming.tan@intel.com>
+Nikolai Saoukh <nms@otdel-1.org>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 066/105] .mailmap: Add an entry for Olivier Martin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (64 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh Philippe Mathieu-Daudé
@ 2019-12-06 11:25 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 067/105] .mailmap: Add an entry for Pedroa Liu Philippe Mathieu-Daudé
                   ` (40 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:25 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Olivier Martin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Olivier Martin to have his name and email address
displayed properly in the git history.

Cc: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Olivier Martin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Olivier Martin <olivier.martin@arm.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Olivier Martin <olivier.martin@arm.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.mailmap b/.mailmap
index a3074feb017c..496eaeb47625 100644
--- a/.mailmap
+++ b/.mailmap
@@ -125,3 +125,8 @@ Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]
 Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
 Ming Tan <ming.tan@intel.com>
 Nikolai Saoukh <nms@otdel-1.org>
+Olivier Martin <olivier.martin@arm.com> <oliviermartin>
+Olivier Martin <olivier.martin@arm.com> <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
+Olivier Martin <olivier.martin@arm.com> <Olivier.Martin@arm.com>
+Olivier Martin <olivier.martin@arm.com> <oliviermartin@Edk2>
+Olivier Martin <olivier.martin@arm.com> <Olivier Martin olivier.martin@arm.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 067/105] .mailmap: Add an entry for Pedroa Liu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (65 preceding siblings ...)
  2019-12-06 11:25 ` [PATCH v2 066/105] .mailmap: Add an entry for Olivier Martin Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 068/105] .mailmap: Add an entry for Penny Gao Philippe Mathieu-Daudé
                   ` (39 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Pedroa Liu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Pedroa Liu to have his name and email address
displayed properly in the git history.

Cc: Pedroa Liu <pedroa.liu@outlook.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Pedroa Liu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Pedroa Liu <pedroa.liu@outlook.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Pedroa Liu <pedroa.liu@outlook.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 496eaeb47625..d3994f41cc0f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -130,3 +130,4 @@ Olivier Martin <olivier.martin@arm.com> <oliviermartin@6f19259b-4bc3-4df7-8a09-7
 Olivier Martin <olivier.martin@arm.com> <Olivier.Martin@arm.com>
 Olivier Martin <olivier.martin@arm.com> <oliviermartin@Edk2>
 Olivier Martin <olivier.martin@arm.com> <Olivier Martin olivier.martin@arm.com>
+Pedroa Liu <pedroa.liu@outlook.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 068/105] .mailmap: Add an entry for Penny Gao
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (66 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 067/105] .mailmap: Add an entry for Pedroa Liu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 069/105] .mailmap: Add an entry for Philippe Mathieu-Daudé Philippe Mathieu-Daudé
                   ` (38 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Penny Gao

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Penny Gao to have his name and email address
displayed properly in the git history.

Cc: Penny Gao <pgao2@users.sourceforge.net>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Penny Gao doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Penny Gao <pgao2@users.sourceforge.net>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Penny Gao <pgao2@users.sourceforge.net>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index d3994f41cc0f..249df5961cf5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -131,3 +131,4 @@ Olivier Martin <olivier.martin@arm.com> <Olivier.Martin@arm.com>
 Olivier Martin <olivier.martin@arm.com> <oliviermartin@Edk2>
 Olivier Martin <olivier.martin@arm.com> <Olivier Martin olivier.martin@arm.com>
 Pedroa Liu <pedroa.liu@outlook.com>
+Penny Gao <pgao2@users.sourceforge.net> <pgao2@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 069/105] .mailmap: Add an entry for Philippe Mathieu-Daudé
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (67 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 068/105] .mailmap: Add an entry for Penny Gao Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 070/105] .mailmap: Add an entry for Qian Ouyang Philippe Mathieu-Daudé
                   ` (37 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Philippe Mathieu-Daudé to have his name and email address
displayed properly in the git history.

Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 249df5961cf5..fe2136ad5a95 100644
--- a/.mailmap
+++ b/.mailmap
@@ -132,3 +132,4 @@ Olivier Martin <olivier.martin@arm.com> <oliviermartin@Edk2>
 Olivier Martin <olivier.martin@arm.com> <Olivier Martin olivier.martin@arm.com>
 Pedroa Liu <pedroa.liu@outlook.com>
 Penny Gao <pgao2@users.sourceforge.net> <pgao2@6f19259b-4bc3-4df7-8a09-765794883524>
+Philippe Mathieu-Daudé <philmd@redhat.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 070/105] .mailmap: Add an entry for Qian Ouyang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (68 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 069/105] .mailmap: Add an entry for Philippe Mathieu-Daudé Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 071/105] .mailmap: Add an entry for Qing Huang Philippe Mathieu-Daudé
                   ` (36 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Qian Ouyang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Qian Ouyang to have his name and email address
displayed properly in the git history.

Cc: Qian Ouyang <qian.ouyang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Qian Ouyang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Qian Ouyang <qian.ouyang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Qian Ouyang <qian.ouyang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index fe2136ad5a95..b770ab89d538 100644
--- a/.mailmap
+++ b/.mailmap
@@ -133,3 +133,6 @@ Olivier Martin <olivier.martin@arm.com> <Olivier Martin olivier.martin@arm.com>
 Pedroa Liu <pedroa.liu@outlook.com>
 Penny Gao <pgao2@users.sourceforge.net> <pgao2@6f19259b-4bc3-4df7-8a09-765794883524>
 Philippe Mathieu-Daudé <philmd@redhat.com>
+Qian Ouyang <qian.ouyang@intel.com>
+Qian Ouyang <qian.ouyang@intel.com> <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
+Qian Ouyang <qian.ouyang@intel.com> <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 071/105] .mailmap: Add an entry for Qing Huang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (69 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 070/105] .mailmap: Add an entry for Qian Ouyang Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 072/105] .mailmap: Add an entry for Qiu Shumin Philippe Mathieu-Daudé
                   ` (35 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Qing Huang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Qing Huang to have his name and email address
displayed properly in the git history.

Cc: Qing Huang <qing.huang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Qing Huang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Qing Huang <qing.huang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Qing Huang <qing.huang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index b770ab89d538..ff06a31965ac 100644
--- a/.mailmap
+++ b/.mailmap
@@ -136,3 +136,5 @@ Philippe Mathieu-Daudé <philmd@redhat.com>
 Qian Ouyang <qian.ouyang@intel.com>
 Qian Ouyang <qian.ouyang@intel.com> <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
 Qian Ouyang <qian.ouyang@intel.com> <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
+Qing Huang <qing.huang@intel.com>
+Qing Huang <qing.huang@intel.com> <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 072/105] .mailmap: Add an entry for Qiu Shumin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (70 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 071/105] .mailmap: Add an entry for Qing Huang Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni Philippe Mathieu-Daudé
                   ` (34 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Qiu Shumin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Qiu Shumin to have his name and email address
displayed properly in the git history.

Cc: Qiu Shumin <shumin.qiu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Qiu Shumin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Qiu Shumin <shumin.qiu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index ff06a31965ac..9462235c0ca3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -138,3 +138,5 @@ Qian Ouyang <qian.ouyang@intel.com> <qianouyang@6f19259b-4bc3-4df7-8a09-76579488
 Qian Ouyang <qian.ouyang@intel.com> <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
 Qing Huang <qing.huang@intel.com>
 Qing Huang <qing.huang@intel.com> <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
+Qiu Shumin <shumin.qiu@intel.com> <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
+Qiu Shumin <shumin.qiu@intel.com> <shenshushi@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (71 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 072/105] .mailmap: Add an entry for Qiu Shumin Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-09  1:48   ` Ni, Ray
  2019-12-06 11:26 ` [PATCH v2 074/105] .mailmap: Add an entry for Rebecca Cran Philippe Mathieu-Daudé
                   ` (33 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ray Ni

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ray Ni to have his name and email address
displayed properly in the git history.

Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ray Ni doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ray Ni <ray.ni@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ray Ni <ray.ni@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.mailmap b/.mailmap
index 9462235c0ca3..c61650362795 100644
--- a/.mailmap
+++ b/.mailmap
@@ -140,3 +140,10 @@ Qing Huang <qing.huang@intel.com>
 Qing Huang <qing.huang@intel.com> <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
 Qiu Shumin <shumin.qiu@intel.com> <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
 Qiu Shumin <shumin.qiu@intel.com> <shenshushi@Edk2>
+Ray Ni <ray.ni@intel.com>
+Ray Ni <ray.ni@intel.com> <C:/Program Files (x86)/Git/O=Intel/OU=Pacifica02/cn=Recipients/cn=rni2>
+Ray Ni <ray.ni@intel.com> <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
+Ray Ni <ray.ni@intel.com> <niruiyu@Edk2>
+Ray Ni <ray.ni@intel.com> <ruiyu.ni@intel.com>
+Ray Ni <ray.ni@intel.com> <Ruiyu.ni@Intel.com>
+Ray Ni <ray.ni@intel.com> <ruyu.ni@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 074/105] .mailmap: Add an entry for Rebecca Cran
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (72 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 075/105] .mailmap: Add an entry for Richard Thomaiyar Philippe Mathieu-Daudé
                   ` (32 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Rebecca Cran, Rebecca Cran

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Rebecca Cran to have his name and email address
displayed properly in the git history.

Cc: Rebecca Cran <rebecca@bluestop.org>
Cc: Rebecca Cran <rebecca@bsdio.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Rebecca Cran doesn't give his
approval, by replying to this patch with either:
  Reviewed-by: Rebecca Cran <rebecca@bluestop.org>
or
  Reviewed-by: Rebecca Cran <rebecca@bsdio.com>

If you think this patch is inappropriate, you don't need to justify,
reply with any:
  NAcked-by: Rebecca Cran <rebecca@bluestop.org>
  NAcked-by: Rebecca Cran <rebecca@bsdio.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index c61650362795..16e43a44a66b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -147,3 +147,7 @@ Ray Ni <ray.ni@intel.com> <niruiyu@Edk2>
 Ray Ni <ray.ni@intel.com> <ruiyu.ni@intel.com>
 Ray Ni <ray.ni@intel.com> <Ruiyu.ni@Intel.com>
 Ray Ni <ray.ni@intel.com> <ruyu.ni@intel.com>
+Rebecca Cran <rebecca@bluestop.org>
+Rebecca Cran <rebecca@bluestop.org> <rebecca=bluestop.org@groups.io>
+Rebecca Cran <rebecca@bluestop.org> Rebecca Cran via edk2-devel <edk2-devel@lists.01.org>
+Rebecca Cran <rebecca@bsdio.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 075/105] .mailmap: Add an entry for Richard Thomaiyar
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (73 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 074/105] .mailmap: Add an entry for Rebecca Cran Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 076/105] .mailmap: Add an entry for Rodrigo Gonzalez del Cueto Philippe Mathieu-Daudé
                   ` (31 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Richard Thomaiyar

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Richard Thomaiyar to have his name and email address
displayed properly in the git history.

Cc: Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Richard Thomaiyar doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Richard Thomaiyar <richard.marian.thomaiyar@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 16e43a44a66b..359716109f91 100644
--- a/.mailmap
+++ b/.mailmap
@@ -151,3 +151,5 @@ Rebecca Cran <rebecca@bluestop.org>
 Rebecca Cran <rebecca@bluestop.org> <rebecca=bluestop.org@groups.io>
 Rebecca Cran <rebecca@bluestop.org> Rebecca Cran via edk2-devel <edk2-devel@lists.01.org>
 Rebecca Cran <rebecca@bsdio.com>
+Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
+Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On Behalf Of rthomaiy <[mailto:edk2-devel-bounces@lists.01.org]>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 076/105] .mailmap: Add an entry for Rodrigo Gonzalez del Cueto
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (74 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 075/105] .mailmap: Add an entry for Richard Thomaiyar Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 077/105] .mailmap: Add an entry for Ronald Cron Philippe Mathieu-Daudé
                   ` (30 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Rodrigo Gonzalez del Cueto

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Rodrigo Gonzalez del Cueto to have his name and email address
displayed properly in the git history.

Cc: Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Rodrigo Gonzalez del Cueto doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 359716109f91..1e72d5076406 100644
--- a/.mailmap
+++ b/.mailmap
@@ -153,3 +153,4 @@ Rebecca Cran <rebecca@bluestop.org> Rebecca Cran via edk2-devel <edk2-devel@list
 Rebecca Cran <rebecca@bsdio.com>
 Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
 Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On Behalf Of rthomaiy <[mailto:edk2-devel-bounces@lists.01.org]>
+Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 077/105] .mailmap: Add an entry for Ronald Cron
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (75 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 076/105] .mailmap: Add an entry for Rodrigo Gonzalez del Cueto Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun Philippe Mathieu-Daudé
                   ` (29 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ronald Cron

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ronald Cron to have his name and email address
displayed properly in the git history.

Cc: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ronald Cron doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ronald Cron <ronald.cron@arm.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ronald Cron <ronald.cron@arm.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 1e72d5076406..6769bea40e55 100644
--- a/.mailmap
+++ b/.mailmap
@@ -154,3 +154,4 @@ Rebecca Cran <rebecca@bsdio.com>
 Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
 Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On Behalf Of rthomaiy <[mailto:edk2-devel-bounces@lists.01.org]>
 Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
+Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (76 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 077/105] .mailmap: Add an entry for Ronald Cron Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-10  0:47   ` [edk2-devel] " Liming Gao
  2019-12-06 11:26 ` [PATCH v2 079/105] .mailmap: Add an entry for Sachin Agrawal Philippe Mathieu-Daudé
                   ` (28 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Rui Sun

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Rui Sun to have his name and email address
displayed properly in the git history.

Cc: Rui Sun <rui.sun@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Rui Sun doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Rui Sun <rui.sun@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Rui Sun <rui.sun@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 6769bea40e55..7ff790a683e4 100644
--- a/.mailmap
+++ b/.mailmap
@@ -155,3 +155,4 @@ Richard Thomaiyar <richard.marian.thomaiyar@intel.com>
 Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On Behalf Of rthomaiy <[mailto:edk2-devel-bounces@lists.01.org]>
 Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
 Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
+Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 079/105] .mailmap: Add an entry for Sachin Agrawal
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (77 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 080/105] .mailmap: Add an entry for Samer El-Haj-Mahmoud Philippe Mathieu-Daudé
                   ` (27 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Sachin Agrawal

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Sachin Agrawal to have his name and email address
displayed properly in the git history.

Cc: Sachin Agrawal <sachin.agrawal@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Sachin Agrawal doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Sachin Agrawal <sachin.agrawal@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Sachin Agrawal <sachin.agrawal@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 7ff790a683e4..bb849b56ffd6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -156,3 +156,4 @@ Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On Behalf Of r
 Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
 Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
 Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
+Sachin Agrawal <sachin.agrawal@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 080/105] .mailmap: Add an entry for Samer El-Haj-Mahmoud
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (78 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 079/105] .mailmap: Add an entry for Sachin Agrawal Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 081/105] .mailmap: Add an entry for Satya Yarlagadda Philippe Mathieu-Daudé
                   ` (26 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Samer El-Haj-Mahmoud

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Samer El-Haj-Mahmoud to have his name and email address
displayed properly in the git history.

Cc: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Samer El-Haj-Mahmoud doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index bb849b56ffd6..89bf5e321e63 100644
--- a/.mailmap
+++ b/.mailmap
@@ -157,3 +157,4 @@ Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
 Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
 Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
 Sachin Agrawal <sachin.agrawal@intel.com>
+Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud elhaj@hp.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 081/105] .mailmap: Add an entry for Satya Yarlagadda
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (79 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 080/105] .mailmap: Add an entry for Samer El-Haj-Mahmoud Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 082/105] .mailmap: Add an entry for Sergey Isakov Philippe Mathieu-Daudé
                   ` (25 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Satya Yarlagadda

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Satya Yarlagadda to have his name and email address
displayed properly in the git history.

Cc: Satya Yarlagadda <satya.p.yarlagadda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Satya Yarlagadda doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 89bf5e321e63..ebec4bd6a046 100644
--- a/.mailmap
+++ b/.mailmap
@@ -158,3 +158,4 @@ Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
 Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
 Sachin Agrawal <sachin.agrawal@intel.com>
 Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud elhaj@hp.com>
+Satya Yarlagadda <satya.p.yarlagadda@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 082/105] .mailmap: Add an entry for Sergey Isakov
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (80 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 081/105] .mailmap: Add an entry for Satya Yarlagadda Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang Philippe Mathieu-Daudé
                   ` (24 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Sergey Isakov

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Sergey Isakov to have his name and email address
displayed properly in the git history.

Cc: Sergey Isakov <isakov-sl@bk.ru>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Sergey Isakov doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Sergey Isakov <isakov-sl@bk.ru>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Sergey Isakov <isakov-sl@bk.ru>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index ebec4bd6a046..4ff5a893b4da 100644
--- a/.mailmap
+++ b/.mailmap
@@ -159,3 +159,4 @@ Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
 Sachin Agrawal <sachin.agrawal@intel.com>
 Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud elhaj@hp.com>
 Satya Yarlagadda <satya.p.yarlagadda@intel.com>
+Sergey Isakov <isakov-sl@bk.ru>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (81 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 082/105] .mailmap: Add an entry for Sergey Isakov Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-13  3:18   ` Zhang, Shenglei
  2019-12-06 11:26 ` [PATCH v2 084/105] .mailmap: Add an entry for Siyuan Fu Philippe Mathieu-Daudé
                   ` (23 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Shenglei Zhang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Shenglei Zhang to have his name and email address
displayed properly in the git history.

Cc: Shenglei Zhang <shenglei.zhang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Shenglei Zhang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Shenglei Zhang <shenglei.zhang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 4ff5a893b4da..80e31a25c7d0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -160,3 +160,4 @@ Sachin Agrawal <sachin.agrawal@intel.com>
 Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud elhaj@hp.com>
 Satya Yarlagadda <satya.p.yarlagadda@intel.com>
 Sergey Isakov <isakov-sl@bk.ru>
+Shenglei Zhang <shenglei.zhang@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 084/105] .mailmap: Add an entry for Siyuan Fu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (82 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li Philippe Mathieu-Daudé
                   ` (22 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Siyuan Fu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Siyuan Fu to have his name and email address
displayed properly in the git history.

Cc: Siyuan Fu <siyuan.fu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Siyuan Fu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Siyuan Fu <siyuan.fu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mailmap b/.mailmap
index 80e31a25c7d0..faafd9614e42 100644
--- a/.mailmap
+++ b/.mailmap
@@ -161,3 +161,7 @@ Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud elhaj@hp.com>
 Satya Yarlagadda <satya.p.yarlagadda@intel.com>
 Sergey Isakov <isakov-sl@bk.ru>
 Shenglei Zhang <shenglei.zhang@intel.com>
+Siyuan Fu <siyuan.fu@intel.com>
+Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=sfu5>
+Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
+Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (83 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 084/105] .mailmap: Add an entry for Siyuan Fu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-09  1:51   ` Li, Aaron
  2019-12-06 11:26 ` [PATCH v2 086/105] .mailmap: Add an entry for Sriram Subramanian Philippe Mathieu-Daudé
                   ` (21 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Songpeng Li

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Songpeng Li to have his name and email address
displayed properly in the git history.

Cc: Songpeng Li <songpeng.li@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Songpeng Li doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Songpeng Li <songpeng.li@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Songpeng Li <songpeng.li@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index faafd9614e42..20610fcf221d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -165,3 +165,4 @@ Siyuan Fu <siyuan.fu@intel.com>
 Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=sfu5>
 Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
 Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
+Songpeng Li <songpeng.li@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 086/105] .mailmap: Add an entry for Sriram Subramanian
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (84 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng Philippe Mathieu-Daudé
                   ` (20 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Sriram Subramanian

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Sriram Subramanian to have his name and email address
displayed properly in the git history.

Cc: Sriram Subramanian <sriram-s@hpe.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Sriram Subramanian doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Sriram Subramanian <sriram-s@hpe.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 20610fcf221d..f64b3d0848f7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -166,3 +166,4 @@ Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files (x86)/Git/o=Intel/ou=Exchange
 Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
 Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
 Songpeng Li <songpeng.li@intel.com>
+Sriram Subramanian <sriram-s@hpe.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (85 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 086/105] .mailmap: Add an entry for Sriram Subramanian Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-07 15:06   ` [edk2-devel] " Zeng, Star
  2019-12-06 11:26 ` [PATCH v2 088/105] .mailmap: Add an entry for Steven Shi Philippe Mathieu-Daudé
                   ` (19 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Star Zeng

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Star Zeng to have his name and email address
displayed properly in the git history.

Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Star Zeng doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Star Zeng <star.zeng@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Star Zeng <star.zeng@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index f64b3d0848f7..a678caf2ca24 100644
--- a/.mailmap
+++ b/.mailmap
@@ -167,3 +167,6 @@ Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
 Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
 Songpeng Li <songpeng.li@intel.com>
 Sriram Subramanian <sriram-s@hpe.com>
+Star Zeng <star.zeng@intel.com>
+Star Zeng <star.zeng@intel.com> <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
+Star Zeng <star.zeng@intel.com> <lzeng14@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 088/105] .mailmap: Add an entry for Steven Shi
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (86 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 089/105] .mailmap: Add an entry for Ting Ye Philippe Mathieu-Daudé
                   ` (18 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Steven Shi

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Steven Shi to have his name and email address
displayed properly in the git history.

Cc: Steven Shi <steven.shi@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Steven Shi doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Steven Shi <steven.shi@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Steven Shi <steven.shi@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a678caf2ca24..19e9ff7d6d47 100644
--- a/.mailmap
+++ b/.mailmap
@@ -170,3 +170,4 @@ Sriram Subramanian <sriram-s@hpe.com>
 Star Zeng <star.zeng@intel.com>
 Star Zeng <star.zeng@intel.com> <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
 Star Zeng <star.zeng@intel.com> <lzeng14@Edk2>
+Steven Shi <steven.shi@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 089/105] .mailmap: Add an entry for Ting Ye
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (87 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 088/105] .mailmap: Add an entry for Steven Shi Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 090/105] .mailmap: Add an entry for Tomas Pilar Philippe Mathieu-Daudé
                   ` (17 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Ting Ye

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Ting Ye to have his name and email address
displayed properly in the git history.

Cc: Ting Ye <ting.ye@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Ting Ye doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Ting Ye <ting.ye@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Ting Ye <ting.ye@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 19e9ff7d6d47..91869d85aaf3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -171,3 +171,6 @@ Star Zeng <star.zeng@intel.com>
 Star Zeng <star.zeng@intel.com> <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
 Star Zeng <star.zeng@intel.com> <lzeng14@Edk2>
 Steven Shi <steven.shi@intel.com>
+Ting Ye <ting.ye@intel.com>
+Ting Ye <ting.ye@intel.com> <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
+Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 090/105] .mailmap: Add an entry for Tomas Pilar
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (88 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 089/105] .mailmap: Add an entry for Ting Ye Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 091/105] .mailmap: Add an entry for Vanguput Narendra Philippe Mathieu-Daudé
                   ` (16 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Tomas Pilar

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Tomas Pilar to have his name and email address
displayed properly in the git history.

Cc: Tomas Pilar <tpilar@solarflare.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Tomas Pilar doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Tomas Pilar <tpilar@solarflare.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Tomas Pilar <tpilar@solarflare.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 91869d85aaf3..fb8f0ee3a9aa 100644
--- a/.mailmap
+++ b/.mailmap
@@ -174,3 +174,4 @@ Steven Shi <steven.shi@intel.com>
 Ting Ye <ting.ye@intel.com>
 Ting Ye <ting.ye@intel.com> <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
 Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
+Tomas Pilar <tpilar@solarflare.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 091/105] .mailmap: Add an entry for Vanguput Narendra
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (89 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 090/105] .mailmap: Add an entry for Tomas Pilar Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov Philippe Mathieu-Daudé
                   ` (15 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Vanguput Narendra

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Vanguput Narendra to have his name and email address
displayed properly in the git history.

Cc: Vanguput Narendra <narendra.k.vanguput@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Vanguput Narendra doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Vanguput Narendra <narendra.k.vanguput@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Vanguput Narendra <narendra.k.vanguput@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index fb8f0ee3a9aa..9ff770c545bc 100644
--- a/.mailmap
+++ b/.mailmap
@@ -175,3 +175,4 @@ Ting Ye <ting.ye@intel.com>
 Ting Ye <ting.ye@intel.com> <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
 Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
 Tomas Pilar <tpilar@solarflare.com>
+Vanguput Narendra <narendra.k.vanguput@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (90 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 091/105] .mailmap: Add an entry for Vanguput Narendra Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 13:00   ` Vitaly Cheptsov
  2019-12-06 11:26 ` [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov Philippe Mathieu-Daudé
                   ` (14 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Vitaly Cheptsov

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Vitaly Cheptsov to have his name and email address
displayed properly in the git history.

Cc: Vitaly Cheptsov <vit9696@protonmail.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Vitaly Cheptsov doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Vitaly Cheptsov <vit9696@protonmail.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Vitaly Cheptsov <vit9696@protonmail.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 9ff770c545bc..f2bc63d7b9ed 100644
--- a/.mailmap
+++ b/.mailmap
@@ -176,3 +176,4 @@ Ting Ye <ting.ye@intel.com> <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
 Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
 Tomas Pilar <tpilar@solarflare.com>
 Vanguput Narendra <narendra.k.vanguput@intel.com>
+Vitaly Cheptsov <vit9696@protonmail.com> Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (91 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 16:59   ` Vladimir Olovyannikov
  2019-12-06 11:26 ` [PATCH v2 094/105] .mailmap: Add an entry for Wang Fan Philippe Mathieu-Daudé
                   ` (13 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Vladimir Olovyannikov

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Vladimir Olovyannikov to have his name and email address
displayed properly in the git history.

Cc: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Vladimir Olovyannikov doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index f2bc63d7b9ed..630ae77b1e35 100644
--- a/.mailmap
+++ b/.mailmap
@@ -177,3 +177,4 @@ Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
 Tomas Pilar <tpilar@solarflare.com>
 Vanguput Narendra <narendra.k.vanguput@intel.com>
 Vitaly Cheptsov <vit9696@protonmail.com> Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>
+Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Vladimir Olovyannikov via edk2-devel <edk2-devel@lists.01.org>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 094/105] .mailmap: Add an entry for Wang Fan
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (92 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 095/105] .mailmap: Add an entry for Wang Yu Philippe Mathieu-Daudé
                   ` (12 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Wang Fan

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Wang Fan to have his name and email address
displayed properly in the git history, in particular commit cde5a72d36.

Cc: Wang Fan <fan.wang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Wang Fan doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Wang Fan <fan.wang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Wang Fan <fan.wang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Note this is a borderline case, due to the generic email used in commit
cde5a72d365eff. Since this is the unique entry, we don't use the
edk2-devel-bounces@lists.01.org list anymore and we have CI checks,
we shouldn't merge a patch from someone else doing the same mistake
using the same From. So IMHO this patch seems safe.

Regards,

Phil.
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 630ae77b1e35..4683ce8676e3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -178,3 +178,6 @@ Tomas Pilar <tpilar@solarflare.com>
 Vanguput Narendra <narendra.k.vanguput@intel.com>
 Vitaly Cheptsov <vit9696@protonmail.com> Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>
 Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Vladimir Olovyannikov via edk2-devel <edk2-devel@lists.01.org>
+Wang Fan <fan.wang@intel.com>
+Wang Fan <fan.wang@intel.com> edk2-devel-bounces@lists.01.org <edk2-devel-bounces@lists.01.org>
+Wang Fan <fan.wang@intel.com> <fanwang2@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 095/105] .mailmap: Add an entry for Wang Yu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (93 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 094/105] .mailmap: Add an entry for Wang Fan Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 096/105] .mailmap: Add an entry for Wei Xu Philippe Mathieu-Daudé
                   ` (11 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Wang Yu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Wang Yu to have his name and email address
displayed properly in the git history.

Cc: Wang Yu <yu.wang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Wang Yu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Wang Yu <yu.wang@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Wang Yu <yu.wang@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 4683ce8676e3..940ae5293233 100644
--- a/.mailmap
+++ b/.mailmap
@@ -181,3 +181,4 @@ Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Vladimir Olovyannikov
 Wang Fan <fan.wang@intel.com>
 Wang Fan <fan.wang@intel.com> edk2-devel-bounces@lists.01.org <edk2-devel-bounces@lists.01.org>
 Wang Fan <fan.wang@intel.com> <fanwang2@Edk2>
+Wang Yu <yu.wang@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 096/105] .mailmap: Add an entry for Wei Xu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (94 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 095/105] .mailmap: Add an entry for Wang Yu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 097/105] .mailmap: Add an entry for Xiaofeng Wang Philippe Mathieu-Daudé
                   ` (10 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Wei Xu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Wei Xu to have his name and email address
displayed properly in the git history.

Cc: Wei Xu <wei6.xu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Wei Xu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Wei Xu <wei6.xu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Wei Xu <wei6.xu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 940ae5293233..6d7965d5111e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -182,3 +182,4 @@ Wang Fan <fan.wang@intel.com>
 Wang Fan <fan.wang@intel.com> edk2-devel-bounces@lists.01.org <edk2-devel-bounces@lists.01.org>
 Wang Fan <fan.wang@intel.com> <fanwang2@Edk2>
 Wang Yu <yu.wang@intel.com>
+Wei Xu <wei6.xu@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 097/105] .mailmap: Add an entry for Xiaofeng Wang
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (95 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 096/105] .mailmap: Add an entry for Wei Xu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 098/105] .mailmap: Add an entry for Xiaoyu Lu Philippe Mathieu-Daudé
                   ` (9 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Xiaofeng Wang

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Xiaofeng Wang to have his name and email address
displayed properly in the git history.

Cc: Xiaofeng Wang <winggundum82@163.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Xiaofeng Wang doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Xiaofeng Wang <winggundum82@163.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Xiaofeng Wang <winggundum82@163.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 6d7965d5111e..43f9efaddbed 100644
--- a/.mailmap
+++ b/.mailmap
@@ -183,3 +183,4 @@ Wang Fan <fan.wang@intel.com> edk2-devel-bounces@lists.01.org <edk2-devel-bounce
 Wang Fan <fan.wang@intel.com> <fanwang2@Edk2>
 Wang Yu <yu.wang@intel.com>
 Wei Xu <wei6.xu@intel.com>
+Xiaofeng Wang <winggundum82@163.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 098/105] .mailmap: Add an entry for Xiaoyu Lu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (96 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 097/105] .mailmap: Add an entry for Xiaofeng Wang Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 099/105] .mailmap: Add an entry for Xue Shengfeng Philippe Mathieu-Daudé
                   ` (8 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Xiaoyu Lu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Xiaoyu Lu to have his name and email address
displayed properly in the git history.

Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Xiaoyu Lu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Xiaoyu Lu <xiaoyux.lu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Xiaoyu Lu <xiaoyux.lu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 43f9efaddbed..9d5008eb8ba8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -184,3 +184,4 @@ Wang Fan <fan.wang@intel.com> <fanwang2@Edk2>
 Wang Yu <yu.wang@intel.com>
 Wei Xu <wei6.xu@intel.com>
 Xiaofeng Wang <winggundum82@163.com>
+Xiaoyu Lu <xiaoyux.lu@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 099/105] .mailmap: Add an entry for Xue Shengfeng
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (97 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 098/105] .mailmap: Add an entry for Xiaoyu Lu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen Philippe Mathieu-Daudé
                   ` (7 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Xue Shengfeng

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Xue Shengfeng to have his name and email address
displayed properly in the git history.

Cc: Xue Shengfeng <shengfengx.xue@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Xue Shengfeng doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Xue Shengfeng <shengfengx.xue@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Xue Shengfeng <shengfengx.xue@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 9d5008eb8ba8..17a2aefaf50f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -185,3 +185,4 @@ Wang Yu <yu.wang@intel.com>
 Wei Xu <wei6.xu@intel.com>
 Xiaofeng Wang <winggundum82@163.com>
 Xiaoyu Lu <xiaoyux.lu@intel.com>
+Xue Shengfeng <shengfengx.xue@intel.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (98 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 099/105] .mailmap: Add an entry for Xue Shengfeng Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 13:31   ` Yao, Jiewen
  2019-12-06 11:26 ` [PATCH v2 101/105] .mailmap: Add an entry for Yeh Greg Philippe Mathieu-Daudé
                   ` (6 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Yao Jiewen

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Yao Jiewen to have his name and email address
displayed properly in the git history.

Cc: Yao Jiewen <jiewen.yao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Yao Jiewen doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Yao Jiewen <jiewen.yao@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.mailmap b/.mailmap
index 17a2aefaf50f..63f2446a7e71 100644
--- a/.mailmap
+++ b/.mailmap
@@ -186,3 +186,9 @@ Wei Xu <wei6.xu@intel.com>
 Xiaofeng Wang <winggundum82@163.com>
 Xiaoyu Lu <xiaoyux.lu@intel.com>
 Xue Shengfeng <shengfengx.xue@intel.com>
+Yao Jiewen <jiewen.yao@intel.com>
+Yao Jiewen <jiewen.yao@intel.com> <Jiewen.yao@intel.com>
+Yao Jiewen <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
+Yao Jiewen <jiewen.yao@intel.com> <jyao1>
+Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
+Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 101/105] .mailmap: Add an entry for Yeh Greg
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (99 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 102/105] .mailmap: Add an entry for Yingke Liu Philippe Mathieu-Daudé
                   ` (5 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Yeh Greg

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Yeh Greg to have his name and email address
displayed properly in the git history.

Cc: Yeh Greg <gregx.yeh@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Yeh Greg doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Yeh Greg <gregx.yeh@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Yeh Greg <gregx.yeh@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 63f2446a7e71..13fef6fe5a80 100644
--- a/.mailmap
+++ b/.mailmap
@@ -192,3 +192,4 @@ Yao Jiewen <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
+Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 102/105] .mailmap: Add an entry for Yingke Liu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (100 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 101/105] .mailmap: Add an entry for Yeh Greg Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 11:26 ` [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu Philippe Mathieu-Daudé
                   ` (4 subsequent siblings)
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Yingke Liu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Yingke Liu to have his name and email address
displayed properly in the git history.

Cc: Yingke Liu <yingke.d.liu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Yingke Liu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Yingke Liu <yingke.d.liu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 13fef6fe5a80..34e9c09fc20c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -193,3 +193,4 @@ Yao Jiewen <jiewen.yao@intel.com> <jyao1>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
 Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io>
+Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (101 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 102/105] .mailmap: Add an entry for Yingke Liu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-11  1:52   ` Zhu, Yonghong
  2019-12-06 11:26 ` [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Yonghong Zhu

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Yonghong Zhu to have his name and email address
displayed properly in the git history.

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Yonghong Zhu doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Yonghong Zhu <yonghong.zhu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 34e9c09fc20c..dc0e59705f6c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -194,3 +194,5 @@ Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
 Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io>
 Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2>
+Yonghong Zhu <yonghong.zhu@intel.com>
+Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (102 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 13:59   ` yuchenlin
  2019-12-06 11:26 ` [PATCH v2 105/105] .mailmap: Add an entry for Zailiang Sun Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Yu-Chen Lin

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Yu-Chen Lin to have his name and email address
displayed properly in the git history.

Cc: Yu-Chen Lin <yuchenlin@synology.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Yu-Chen Lin doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Yu-Chen Lin <yuchenlin@synology.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Yu-Chen Lin <yuchenlin@synology.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index dc0e59705f6c..1e385f7591c2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -196,3 +196,4 @@ Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io>
 Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2>
 Yonghong Zhu <yonghong.zhu@intel.com>
 Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2>
+Yu-Chen Lin <yuchenlin@synology.com>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* [PATCH v2 105/105] .mailmap: Add an entry for Zailiang Sun
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (103 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin Philippe Mathieu-Daudé
@ 2019-12-06 11:26 ` Philippe Mathieu-Daudé
  2019-12-06 12:13 ` [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
  2019-12-06 12:23 ` Laszlo Ersek
  106 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 11:26 UTC (permalink / raw)
  To: devel; +Cc: Philippe Mathieu-Daude, Zailiang Sun

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Zailiang Sun to have his name and email address
displayed properly in the git history.

Cc: Zailiang Sun <zailiang.sun@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Zailiang Sun doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Zailiang Sun <zailiang.sun@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Zailiang Sun <zailiang.sun@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 1e385f7591c2..2c0f14786570 100644
--- a/.mailmap
+++ b/.mailmap
@@ -197,3 +197,4 @@ Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2>
 Yonghong Zhu <yonghong.zhu@intel.com>
 Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2>
 Yu-Chen Lin <yuchenlin@synology.com>
+Zailiang Sun <zailiang.sun@intel.com> </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Sun, Zailiangf5d>
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel
  2019-12-06 11:24 ` [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel Philippe Mathieu-Daudé
@ 2019-12-06 11:38   ` Ard Biesheuvel
  0 siblings, 0 replies; 151+ messages in thread
From: Ard Biesheuvel @ 2019-12-06 11:38 UTC (permalink / raw)
  To: Philippe Mathieu-Daude; +Cc: edk2-devel-groups-io

On Fri, 6 Dec 2019 at 11:27, Philippe Mathieu-Daude <philmd@redhat.com> wrote:
>
> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Ard Biesheuvel to have his name and email address
> displayed properly in the git history.
>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
>
> This patch won't get merged if Ard Biesheuvel doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> or simply:
>   NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>

Thanks Phil, no objections from me

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


> Regards,
>
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index 0c201cd5cd86..576e0e04d874 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -18,3 +18,4 @@ Andrew Fish <afish@apple.com> <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
>  Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
>  Antoine Cœur <coeur@gmx.fr>
>  Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>
> +Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
> --
> 2.21.0
>

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (104 preceding siblings ...)
  2019-12-06 11:26 ` [PATCH v2 105/105] .mailmap: Add an entry for Zailiang Sun Philippe Mathieu-Daudé
@ 2019-12-06 12:13 ` Philippe Mathieu-Daudé
  2019-12-06 12:43   ` Laszlo Ersek
  2019-12-06 12:23 ` Laszlo Ersek
  106 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 12:13 UTC (permalink / raw)
  To: devel; +Cc: Andrew Fish, Laszlo Ersek, Leif Lindholm, Michael D Kinney

On 12/6/19 12:24 PM, Philippe Mathieu-Daude wrote:
[...]
> - Another note regarding groups.io 40 posts per 30min limit -
> 
> My previous big series [5] involved 79 patches, and groups.io banned
> me for some time after the 40th post. On [5] Laszlo suggested to test
> the following git-send-email options to see if we can work with big
> series and groups.io:
> 
>     --batch-size=<num>
>         Some email servers (e.g. smtp.163.com) limit the number
>         emails to be sent per session (connection) and this will
>         lead to a failure when sending many messages. With this
>         option, send-email will disconnect after sending $<num>
>         messages and wait for a few seconds (see --relogin-delay)
>         and reconnect, to work around such a limit. You may want
>         to use some form of credential helper to avoid having to
>         retype your password every time this happens. Defaults to
>         the sendemail.smtpBatchSize configuration variable.
> 
>     --relogin-delay=<int>
>         Waiting $<int> seconds before reconnecting to SMTP server.
>         Used together with --batch-size option. Defaults to the
>         sendemail.smtpReloginDelay configuration variable.
> 
> So I'm sending this series using git-publish [7] after setting the
> following values:
> 
>    $ git config sendemail.smtpBatchSize 33
>    $ git config sendemail.smtpReloginDelay 1848

Replying to self after 66 in an hour to verify that I'm not banned ... :)


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
                   ` (105 preceding siblings ...)
  2019-12-06 12:13 ` [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
@ 2019-12-06 12:23 ` Laszlo Ersek
  2019-12-06 14:11   ` Philippe Mathieu-Daudé
  106 siblings, 1 reply; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-06 12:23 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel
  Cc: Andrew Fish, Leif Lindholm, Michael D Kinney

On 12/06/19 12:24, Philippe Mathieu-Daude wrote:
> 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.
> Similarly, stewards can Nack if there is a cross-domain issue, since
> these are not obvious to me (they would happen if someone was working
> for a company at the time the repository was using SVN, the switched
> company and contributed later at the time the repository was passed
> to GIT).

I suggest the following:

- Collect feedback (from individual reviewers / contributors) for one or
two weeks

- Accept cross-domain mappings in any patch where the person subject to
the patch is ACKing the patch from the mapped-to (i.e. "current") email
address. This is now a *lot* easier to do, because the patch series is
structured by person.

- After one or two weeks, push all the patches that have been approved
like explained above.

- Repost the rest of the series, CC'd solely to the stewards. We will
then have to go through the backlog, and decide one by one whether, for
person X, the proposed mappings are cross-domain or not, and ACK or NACK
accordingly.

- Push the second round, drop the rest for good.

So in this first review iteration, we really depend on people to respond
from their "new" (mapped-to) addresses.

Fantastic job on the split-per-person!

Thanks!
Laszlo


> 
> Since I can not Cc all the recipients in this cover (107, MTA restricts
> to 100), I'm documenting all patches individually.
> 
> - Another note regarding groups.io 40 posts per 30min limit -
> 
> My previous big series [5] involved 79 patches, and groups.io banned
> me for some time after the 40th post. On [5] Laszlo suggested to test
> the following git-send-email options to see if we can work with big
> series and groups.io:
> 
>    --batch-size=<num>
>        Some email servers (e.g. smtp.163.com) limit the number
>        emails to be sent per session (connection) and this will
>        lead to a failure when sending many messages. With this
>        option, send-email will disconnect after sending $<num>
>        messages and wait for a few seconds (see --relogin-delay)
>        and reconnect, to work around such a limit. You may want
>        to use some form of credential helper to avoid having to
>        retype your password every time this happens. Defaults to
>        the sendemail.smtpBatchSize configuration variable.
> 
>    --relogin-delay=<int>
>        Waiting $<int> seconds before reconnecting to SMTP server.
>        Used together with --batch-size option. Defaults to the
>        sendemail.smtpReloginDelay configuration variable.
> 
> So I'm sending this series using git-publish [7] after setting the
> following values:
> 
>   $ git config sendemail.smtpBatchSize 33
>   $ git config sendemail.smtpReloginDelay 1848
> 
> 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/51606
> [6] https://edk2.groups.io/g/devel/message/51761
> [7] https://github.com/stefanha/git-publish
> 
> 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é (105):
>   .mailmap: Add a stub with documentation
>   .mailmap: Add an entry for Alexei Fedorov
>   .mailmap: Add an entry for Amy Chan
>   .mailmap: Add an entry for Andrew Fish
>   .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 Ashraf Javeed
>   .mailmap: Add an entry for Baraneedharan Anbazhagan
>   .mailmap: Add an entry for Bob Feng
>   .mailmap: Add an entry for Brendan Jackman
>   .mailmap: Add an entry for Chao Zhang
>   .mailmap: Add an entry for Chasel Chiu
>   .mailmap: Add an entry for Chen A Chen
>   .mailmap: Add an entry for Cheng Ching Jen
>   .mailmap: Add an entry for Christian Rodriguez
>   .mailmap: Add an entry for Christopher J Zurcher
>   .mailmap: Add an entry for Dandan Bi
>   .mailmap: Add an entry for David Chan
>   .mailmap: Add an entry for David Wei
>   .mailmap: Add an entry for Derek Lin
>   .mailmap: Add an entry for Digant H Solanki
>   .mailmap: Add an entry for Eric Dong
>   .mailmap: Add an entry for Eric Jin
>   .mailmap: Add an entry for Erik Bjorge
>   .mailmap: Add an entry for Eugene Cohen
>   .mailmap: Add an entry for Feng Tian
>   .mailmap: Add an entry for Feng Yunhua
>   .mailmap: Add an entry for Guo Dong
>   .mailmap: Add an entry for Hao Wu
>   .mailmap: Add an entry for Harry Liebel
>   .mailmap: Add an entry for Herbie Robinson
>   .mailmap: Add an entry for Hess Chen
>   .mailmap: Add an entry for Hot Tian
>   .mailmap: Add an entry for Jaben Carsey
>   .mailmap: Add an entry for Jan Dabros
>   .mailmap: Add an entry for Jeff Bobzin
>   .mailmap: Add an entry for Jian J Wang
>   .mailmap: Add an entry for Jiaxin Wu
>   .mailmap: Add an entry for Jim Dailey
>   .mailmap: Add an entry for Jordan Justen
>   .mailmap: Add an entry for Ken Lu
>   .mailmap: Add an entry for Laszlo Ersek
>   .mailmap: Add an entry for Laurie Jarlstrom
>   .mailmap: Add an entry for Lee Rosenbaum
>   .mailmap: Add an entry for Leon Li
>   .mailmap: Add an entry for Liming Gao
>   .mailmap: Add an entry for Loh Tien Hock
>   .mailmap: Add an entry for Lubo Zhang
>   .mailmap: Add an entry for Lu Shifei
>   .mailmap: Add an entry for Maciej Rabeda
>   .mailmap: Add an entry for Maggie Chu
>   .mailmap: Add an entry for Marc-André Lureau
>   .mailmap: Add an entry for Marc W Chen
>   .mailmap: Add an entry for Marvin Häuser
>   .mailmap: Add an entry for Mateusz Albecki
>   .mailmap: Add an entry for Maurice Ma
>   .mailmap: Add an entry for Maxim Shvecov
>   .mailmap: Add an entry for Michael Johnson
>   .mailmap: Add an entry for Michael Kinney
>   .mailmap: Add an entry for Michael Kubacki
>   .mailmap: Add an entry for Michael Zimmermann
>   .mailmap: Add an entry for Mike Wu
>   .mailmap: Add an entry for Ming Tan
>   .mailmap: Add an entry for Nikolai Saoukh
>   .mailmap: Add an entry for Olivier Martin
>   .mailmap: Add an entry for Pedroa Liu
>   .mailmap: Add an entry for Penny Gao
>   .mailmap: Add an entry for Philippe Mathieu-Daudé
>   .mailmap: Add an entry for Qian Ouyang
>   .mailmap: Add an entry for Qing Huang
>   .mailmap: Add an entry for Qiu Shumin
>   .mailmap: Add an entry for Ray Ni
>   .mailmap: Add an entry for Rebecca Cran
>   .mailmap: Add an entry for Richard Thomaiyar
>   .mailmap: Add an entry for Rodrigo Gonzalez del Cueto
>   .mailmap: Add an entry for Ronald Cron
>   .mailmap: Add an entry for Rui Sun
>   .mailmap: Add an entry for Sachin Agrawal
>   .mailmap: Add an entry for Samer El-Haj-Mahmoud
>   .mailmap: Add an entry for Satya Yarlagadda
>   .mailmap: Add an entry for Sergey Isakov
>   .mailmap: Add an entry for Shenglei Zhang
>   .mailmap: Add an entry for Siyuan Fu
>   .mailmap: Add an entry for Songpeng Li
>   .mailmap: Add an entry for Sriram Subramanian
>   .mailmap: Add an entry for Star Zeng
>   .mailmap: Add an entry for Steven Shi
>   .mailmap: Add an entry for Ting Ye
>   .mailmap: Add an entry for Tomas Pilar
>   .mailmap: Add an entry for Vanguput Narendra
>   .mailmap: Add an entry for Vitaly Cheptsov
>   .mailmap: Add an entry for Vladimir Olovyannikov
>   .mailmap: Add an entry for Wang Fan
>   .mailmap: Add an entry for Wang Yu
>   .mailmap: Add an entry for Wei Xu
>   .mailmap: Add an entry for Xiaofeng Wang
>   .mailmap: Add an entry for Xiaoyu Lu
>   .mailmap: Add an entry for Xue Shengfeng
>   .mailmap: Add an entry for Yao Jiewen
>   .mailmap: Add an entry for Yeh Greg
>   .mailmap: Add an entry for Yingke Liu
>   .mailmap: Add an entry for Yonghong Zhu
>   .mailmap: Add an entry for Yu-Chen Lin
>   .mailmap: Add an entry for Zailiang Sun
> 
>  .mailmap | 200 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 200 insertions(+)
>  create mode 100644 .mailmap
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 001/105] .mailmap: Add a stub with documentation
  2019-12-06 11:24 ` [PATCH v2 001/105] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
@ 2019-12-06 12:24   ` Laszlo Ersek
  2020-01-02 17:25     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-06 12:24 UTC (permalink / raw)
  To: devel, philmd

On 12/06/19 12:24, Philippe Mathieu-Daudé wrote:
> 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:
> * https://git-scm.com/docs/git-shortlog#_mapping_authors
> * https://git-scm.com/docs/git-check-mailmap#_mapping_authors
> 
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
>  .mailmap | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .mailmap
> 
> diff --git a/.mailmap b/.mailmap
> new file mode 100644
> index 000000000000..6d88189a58d4
> --- /dev/null
> +++ b/.mailmap
> @@ -0,0 +1,11 @@
> +#
> +# This list is used by git-shortlog to fix a few botched name translations
> +# in the git archive, either because the author's full name was messed up
> +# and/or not always written the same way, making contributions from the
> +# same person appearing not to be so or badly displayed.
> +#
> +# Please keep this file sorted alphabetically, and email in lowercase.
> +# The format used is:
> +#
> +#   Firstname Lastname <email@domain.tld>
> +#
> 

Assuming this new text file uses CRLF line terminators (for consistency
with the rest of the project at this time):

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thanks!
Laszlo


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh
  2019-12-06 11:25 ` [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh Philippe Mathieu-Daudé
@ 2019-12-06 12:36   ` Николай Саух
  0 siblings, 0 replies; 151+ messages in thread
From: Николай Саух @ 2019-12-06 12:36 UTC (permalink / raw)
  To: Philippe Mathieu-Daude; +Cc: devel, Nikolai Saoukh

Reviewed-by: Nikolai Saoukh <nms@otdel-1.org>


On Fri, Dec 6, 2019 at 3:00 PM Philippe Mathieu-Daude <philmd@redhat.com> wrote:
>
> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Nikolai Saoukh to have his name and email address
> displayed properly in the git history.
>
> Cc: Nikolai Saoukh <nms@otdel-1.org>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
>
> This patch won't get merged if Nikolai Saoukh doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Nikolai Saoukh <nms@otdel-1.org>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Nikolai Saoukh <nms@otdel-1.org>
> or simply:
>   NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Regards,
>
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index 9b5351167ca7..a3074feb017c 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -124,3 +124,4 @@ Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25S
>  Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
>  Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
>  Ming Tan <ming.tan@intel.com>
> +Nikolai Saoukh <nms@otdel-1.org>
> --
> 2.21.0
>

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur
  2019-12-06 11:24 ` [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur Philippe Mathieu-Daudé
@ 2019-12-06 12:41   ` Cœur
  0 siblings, 0 replies; 151+ messages in thread
From: Cœur @ 2019-12-06 12:41 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel

Reviewed-by: Antoine Cœur<coeur@gmx.fr>

Le 06/12/2019 à 19:24, Philippe Mathieu-Daude a écrit :
> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Antoine Cœur to have his name and email address
> displayed properly in the git history.
>
> Cc: Antoine Cœur <coeur@gmx.fr>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>   named developers in the cover. Therefore I'm adapting the explaination
>   from the cover in each patch]
>
> This patch won't get merged if Antoine Cœur doesn't give his
> approval, by replying to this patch with:
>    Reviewed-by: Antoine Cœur <coeur@gmx.fr>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>    NAcked-by: Antoine Cœur <coeur@gmx.fr>
> or simply:
>    NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Regards,
>
> Phil.
> ---
>   .mailmap | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index 476f7cd9b24c..0c201cd5cd86 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -16,3 +16,5 @@ Amy Chan <amy.chan@intel.com>
>   Andrew Fish <afish@apple.com> <afish@apple.com>
>   Andrew Fish <afish@apple.com> <ajfish@6f19259b-4bc3-4df7-8a09-765794883524>
>   Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
> +Antoine Cœur <coeur@gmx.fr>
> +Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey
  2019-12-06 11:25 ` [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey Philippe Mathieu-Daudé
@ 2019-12-06 12:41   ` Jim Dailey
  0 siblings, 0 replies; 151+ messages in thread
From: Jim Dailey @ 2019-12-06 12:41 UTC (permalink / raw)
  To: devel; +Cc: philmd

Reviewed-by: Jim Dailey <Jim.Dailey@Dell.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe Mathieu-Daudé
Sent: Friday, December 6, 2019 5:26 AM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude; Dailey, Jim
Subject: [edk2-devel] [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Jim Dailey to have his name and email address
displayed properly in the git history.

Cc: Jim Dailey <Jim.Dailey@Dell.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Jim Dailey doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Jim Dailey <Jim.Dailey@Dell.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Jim Dailey <Jim.Dailey@Dell.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 181316d8f212..a86a53bf8df6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -82,3 +82,5 @@ Jian J Wang <jian.j.wang@intel.com>
 Jian J Wang <jian.j.wang@intel.com> Jian J Wang <devel@edk2.groups.io>
 Jiaxin Wu <jiaxin.wu@intel.com> <jiaxinwu@Edk2>
 Jiaxin Wu <jiaxin.wu@intel.com> <Jiaxin.wu@intel.com>
+Jim Dailey <Jim.Dailey@Dell.com>
+Jim Dailey <Jim.Dailey@Dell.com> <Jim_Dailey@Dell.com>
-- 
2.21.0





^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 12:13 ` [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
@ 2019-12-06 12:43   ` Laszlo Ersek
  2019-12-06 14:09     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-06 12:43 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, devel
  Cc: Andrew Fish, Leif Lindholm, Michael D Kinney

On 12/06/19 13:13, Philippe Mathieu-Daudé wrote:
> On 12/6/19 12:24 PM, Philippe Mathieu-Daude wrote:
> [...]
>> - Another note regarding groups.io 40 posts per 30min limit -
>>
>> My previous big series [5] involved 79 patches, and groups.io banned
>> me for some time after the 40th post. On [5] Laszlo suggested to test
>> the following git-send-email options to see if we can work with big
>> series and groups.io:
>>
>>     --batch-size=<num>
>>         Some email servers (e.g. smtp.163.com) limit the number
>>         emails to be sent per session (connection) and this will
>>         lead to a failure when sending many messages. With this
>>         option, send-email will disconnect after sending $<num>
>>         messages and wait for a few seconds (see --relogin-delay)
>>         and reconnect, to work around such a limit. You may want
>>         to use some form of credential helper to avoid having to
>>         retype your password every time this happens. Defaults to
>>         the sendemail.smtpBatchSize configuration variable.
>>
>>     --relogin-delay=<int>
>>         Waiting $<int> seconds before reconnecting to SMTP server.
>>         Used together with --batch-size option. Defaults to the
>>         sendemail.smtpReloginDelay configuration variable.
>>
>> So I'm sending this series using git-publish [7] after setting the
>> following values:
>>
>>    $ git config sendemail.smtpBatchSize 33
>>    $ git config sendemail.smtpReloginDelay 1848
> 
> Replying to self after 66 in an hour to verify that I'm not banned ... :)
> 

How did you come up with these exact numbers BTW?

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek
  2019-12-06 11:25 ` [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek Philippe Mathieu-Daudé
@ 2019-12-06 12:44   ` Laszlo Ersek
  0 siblings, 0 replies; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-06 12:44 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel

On 12/06/19 12:25, Philippe Mathieu-Daude wrote:
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Laszlo Ersek to have his name and email address
> displayed properly in the git history.
> 
> Cc: Laszlo Ersek <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Laszlo Ersek doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Laszlo Ersek <lersek@redhat.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 32b9f764d065..64cecd6e00f9 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -88,3 +88,5 @@ Jordan Justen <jordan.l.justen@intel.com> <c:/oc6/Git/O=INTEL/OU=AMERICAS01/CN=W
>  Jordan Justen <jordan.l.justen@intel.com> <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
>  Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
>  Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
> +Laszlo Ersek <lersek@redhat.com> <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
> +Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thanks!
Laszlo


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda
  2019-12-06 11:25 ` [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda Philippe Mathieu-Daudé
@ 2019-12-06 12:58   ` Rabeda, Maciej
  0 siblings, 0 replies; 151+ messages in thread
From: Rabeda, Maciej @ 2019-12-06 12:58 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>

PS. Disregard the legal note at the end of the email.

-----Original Message-----
From: Philippe Mathieu-Daude <philmd@redhat.com> 
Sent: Friday, December 6, 2019 12:26
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Rabeda, Maciej <maciej.rabeda@intel.com>
Subject: [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Maciej Rabeda to have his name and email address displayed properly in the git history.

Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Maciej Rabeda doesn't give his approval, by replying to this patch with:
  Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Maciej Rabeda <maciej.rabeda@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 51798f876a35..5340600d9d33 100644
--- a/.mailmap
+++ b/.mailmap
@@ -100,3 +100,4 @@ Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>  Loh Tien Hock <tien.hock.loh@intel.com>  Lubo Zhang <lubo.zhang@intel.com> <luobozhang@Edk2>  Lu Shifei <shifeix.a.lu@intel.com>
+Maciej Rabeda <maciej.rabeda@intel.com>
--
2.21.0

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.

^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov
  2019-12-06 11:26 ` [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov Philippe Mathieu-Daudé
@ 2019-12-06 13:00   ` Vitaly Cheptsov
  0 siblings, 0 replies; 151+ messages in thread
From: Vitaly Cheptsov @ 2019-12-06 13:00 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel

[-- Attachment #1: Type: text/plain, Size: 1695 bytes --]

Reviewed-by: Vitaly Cheptsov <vit9696@protonmail.com>
В пт, дек. 6, 2019 в 14:26, Philippe Mathieu-Daude <philmd@redhat.com> пишет:

> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Vitaly Cheptsov to have his name and email address
> displayed properly in the git history.
>
> Cc: Vitaly Cheptsov <vit9696@protonmail.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
> named developers in the cover. Therefore I'm adapting the explaination
> from the cover in each patch]
>
> This patch won't get merged if Vitaly Cheptsov doesn't give his
> approval, by replying to this patch with:
> Reviewed-by: Vitaly Cheptsov <vit9696@protonmail.com>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
> NAcked-by: Vitaly Cheptsov <vit9696@protonmail.com>
> or simply:
> NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Regards,
>
> Phil.
> ---
> .mailmap | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index 9ff770c545bc..f2bc63d7b9ed 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -176,3 +176,4 @@ Ting Ye <ting.ye@intel.com> <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
> Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-4df7-8a09-765794883524>
> Tomas Pilar <tpilar@solarflare.com>
> Vanguput Narendra <narendra.k.vanguput@intel.com>
> +Vitaly Cheptsov <vit9696@protonmail.com> Vitaly Cheptsov via Groups.Io <vit9696=protonmail.com@groups.io>
> --
> 2.21.0

[-- Attachment #2: Type: text/html, Size: 2589 bytes --]

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
  2019-12-06 11:26 ` [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen Philippe Mathieu-Daudé
@ 2019-12-06 13:31   ` Yao, Jiewen
  2019-12-06 14:00     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 151+ messages in thread
From: Yao, Jiewen @ 2019-12-06 13:31 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

HI Philippe
"Yao" is my family name. "Jiewen" is my given name.


Thank you
Yao Jiewen


> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 7:27 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Yao, Jiewen
> <jiewen.yao@intel.com>
> Subject: [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
> 
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Yao Jiewen to have his name and email address
> displayed properly in the git history.
> 
> Cc: Yao Jiewen <jiewen.yao@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Yao Jiewen doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Yao Jiewen <jiewen.yao@intel.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 17a2aefaf50f..63f2446a7e71 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -186,3 +186,9 @@ Wei Xu <wei6.xu@intel.com>
>  Xiaofeng Wang <winggundum82@163.com>
>  Xiaoyu Lu <xiaoyux.lu@intel.com>
>  Xue Shengfeng <shengfengx.xue@intel.com>
> +Yao Jiewen <jiewen.yao@intel.com>
> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.yao@intel.com>
> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
> +Yao Jiewen <jiewen.yao@intel.com> <jyao1>
> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-
> 765794883524>
> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin
  2019-12-06 11:26 ` [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin Philippe Mathieu-Daudé
@ 2019-12-06 13:59   ` yuchenlin
  2019-12-06 14:05     ` yuchenlin
  0 siblings, 1 reply; 151+ messages in thread
From: yuchenlin @ 2019-12-06 13:59 UTC (permalink / raw)
  To: Philippe Mathieu-Daude; +Cc: devel, Philippe Mathieu-Daude

[-- Attachment #1: Type: text/plain, Size: 2351 bytes --]

Hi, Cool, it is a good idea for mapping this. However, I have two mail address, named npes87184@gmail.com and yuchenlin@synology.com (mailto:yuchenlin@synology.com) IMO, the entry should be diff --git a/.mailmap b/.mailmap index 3816e4effe..3fbf3902a3 100644 --- a/.mailmap +++ b/.mailmap @@ -151,7 +151,8 @@ Xiaoqiang Zhao <zxq_yx_007@163.com> Xinhua Cao <caoxinhua@huawei.com> Xiong Zhang <xiong.y.zhang@intel.com> Yin Yin <yin.yin@cs2c.com.cn> -yuchenlin <npes87184@gmail.com> +Yu-Chen Lin <npes87184@gmail.com> +Yu-Chen Lin <npes87184@gmail.com> <yuchenlin@synology.com> YunQiang Su <syq@debian.org> YunQiang Su <ysu@wavecomp.com> Yuri Pudgorodskiy <yur@virtuozzo.com> And the final output of `git shortlog -s -n -e | grep Yu-Chen` will be 12 Yu-Chen Lin <npes87184@gmail.com> It is correct! Thank you -- Best Regards, Yu-Chen Lin Philippe Mathieu-Daude <philmd@redhat.com> 於 2019-12-06 21:03 寫道: > > We use .mailmap to display contributors email addresses in an > uniform format. > > Add an entry for Yu-Chen Lin to have his name and email address > displayed properly in the git history. > > Cc: Yu-Chen Lin <yuchenlin@synology.com> > Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> > --- > [Due to MTA restricting the recipient list to 100, I can not Cc all the > named developers in the cover. Therefore I'm adapting the explaination > from the cover in each patch] > > This patch won't get merged if Yu-Chen Lin doesn't give his > approval, by replying to this patch with: > Reviewed-by: Yu-Chen Lin <yuchenlin@synology.com> > > If you think this patch is inappropriate, you don't need to justify, > reply with: > NAcked-by: Yu-Chen Lin <yuchenlin@synology.com> > or simply: > NACK > > If your Firstname Lastname order is incorrect, tell me and I will fix it. > > You can also ignore this mail, but I might resend it and keep bothering > you. > > Regards, > > Phil. > --- > .mailmap | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.mailmap b/.mailmap > index dc0e59705f6c..1e385f7591c2 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -196,3 +196,4 @@ Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io> > Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2> > Yonghong Zhu <yonghong.zhu@intel.com> > Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2> > +Yu-Chen Lin <yuchenlin@synology.com> > -- > 2.21.0 >

[-- Attachment #2: Type: text/html, Size: 7660 bytes --]

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
  2019-12-06 13:31   ` Yao, Jiewen
@ 2019-12-06 14:00     ` Philippe Mathieu-Daudé
  2019-12-06 14:13       ` [edk2-devel] " Yao, Jiewen
  0 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 14:00 UTC (permalink / raw)
  To: Yao, Jiewen, devel@edk2.groups.io

Hi Jiewen,

On 12/6/19 2:31 PM, Yao, Jiewen wrote:
> HI Philippe
> "Yao" is my family name. "Jiewen" is my given name.

I am very sorry for inverting your names, I'll fix this in the next version.

Thanks for correcting me!

> Thank you
> Yao Jiewen
> 
> 
>> -----Original Message-----
>> From: Philippe Mathieu-Daude <philmd@redhat.com>
>> Sent: Friday, December 6, 2019 7:27 PM
>> To: devel@edk2.groups.io
>> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Yao, Jiewen
>> <jiewen.yao@intel.com>
>> Subject: [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
>>
>> We use .mailmap to display contributors email addresses in an
>> uniform format.
>>
>> Add an entry for Yao Jiewen to have his name and email address
>> displayed properly in the git history.
>>
>> Cc: Yao Jiewen <jiewen.yao@intel.com>
>> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>> ---
>> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>>   named developers in the cover. Therefore I'm adapting the explaination
>>   from the cover in each patch]
>>
>> This patch won't get merged if Yao Jiewen doesn't give his
>> approval, by replying to this patch with:
>>    Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
>>
>> If you think this patch is inappropriate, you don't need to justify,
>> reply with:
>>    NAcked-by: Yao Jiewen <jiewen.yao@intel.com>
>> or simply:
>>    NACK
>>
>> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>>
>> You can also ignore this mail, but I might resend it and keep bothering
>> you.
>>
>> Regards,
>>
>> Phil.
>> ---
>>   .mailmap | 6 ++++++
>>   1 file changed, 6 insertions(+)
>>
>> diff --git a/.mailmap b/.mailmap
>> index 17a2aefaf50f..63f2446a7e71 100644
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -186,3 +186,9 @@ Wei Xu <wei6.xu@intel.com>
>>   Xiaofeng Wang <winggundum82@163.com>
>>   Xiaoyu Lu <xiaoyux.lu@intel.com>
>>   Xue Shengfeng <shengfengx.xue@intel.com>
>> +Yao Jiewen <jiewen.yao@intel.com>
>> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.yao@intel.com>
>> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
>> +Yao Jiewen <jiewen.yao@intel.com> <jyao1>
>> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-
>> 765794883524>
>> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
>> --
>> 2.21.0
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin
  2019-12-06 13:59   ` yuchenlin
@ 2019-12-06 14:05     ` yuchenlin
  0 siblings, 0 replies; 151+ messages in thread
From: yuchenlin @ 2019-12-06 14:05 UTC (permalink / raw)
  To: Philippe Mathieu-Daude; +Cc: devel, Philippe Mathieu-Daude

[-- Attachment #1: Type: text/plain, Size: 2862 bytes --]

Oops, please ignore my last mail... I mistakenly think this patch is about qemu mailmap. In edk2, I am ok for this patch. Reviewed-by: Yu-Chen Lin <yuchenlin@synology.com> -- Best Regards, Yu-Chen Lin yuchenlin <yuchenlin@synology.com> 於 2019-12-06 21:59 寫道: > > Hi, > > > > Cool, it is a good idea for mapping this. > > However, I have two mail address, named npes87184@gmail.com and yuchenlin@synology.com (mailto:yuchenlin@synology.com) > > > > IMO, the entry should be > > > > diff --git a/.mailmap b/.mailmap > > index 3816e4effe..3fbf3902a3 100644 > > --- a/.mailmap > > +++ b/.mailmap > > @@ -151,7 +151,8 @@ Xiaoqiang Zhao <zxq_yx_007@163.com> > > Xinhua Cao <caoxinhua@huawei.com> > > Xiong Zhang <xiong.y.zhang@intel.com> > > Yin Yin <yin.yin@cs2c.com.cn> > > -yuchenlin <npes87184@gmail.com> > > +Yu-Chen Lin <npes87184@gmail.com> > > +Yu-Chen Lin <npes87184@gmail.com> <yuchenlin@synology.com> > > YunQiang Su <syq@debian.org> > > YunQiang Su <ysu@wavecomp.com> > > Yuri Pudgorodskiy <yur@virtuozzo.com> > > > > And the final output of `git shortlog -s -n -e | grep Yu-Chen` will be > > > > 12 Yu-Chen Lin <npes87184@gmail.com> > > > > It is correct! > > > > Thank you > > > -- > > Best Regards, > > Yu-Chen Lin > > > > > > Philippe Mathieu-Daude <philmd@redhat.com> 於 2019-12-06 21:03 寫道: > > > > > > We use .mailmap to display contributors email addresses in an > > uniform format. > > > > Add an entry for Yu-Chen Lin to have his name and email address > > displayed properly in the git history. > > > > Cc: Yu-Chen Lin <yuchenlin@synology.com> > > Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> > > --- > > [Due to MTA restricting the recipient list to 100, I can not Cc all the > > named developers in the cover. Therefore I'm adapting the explaination > > from the cover in each patch] > > > > This patch won't get merged if Yu-Chen Lin doesn't give his > > approval, by replying to this patch with: > > Reviewed-by: Yu-Chen Lin <yuchenlin@synology.com> > > > > If you think this patch is inappropriate, you don't need to justify, > > reply with: > > NAcked-by: Yu-Chen Lin <yuchenlin@synology.com> > > or simply: > > NACK > > > > If your Firstname Lastname order is incorrect, tell me and I will fix it. > > > > You can also ignore this mail, but I might resend it and keep bothering > > you. > > > > Regards, > > > > Phil. > > --- > > .mailmap | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.mailmap b/.mailmap > > index dc0e59705f6c..1e385f7591c2 100644 > > --- a/.mailmap > > +++ b/.mailmap > > @@ -196,3 +196,4 @@ Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io> > > Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2> > > Yonghong Zhu <yonghong.zhu@intel.com> > > Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2> > > +Yu-Chen Lin <yuchenlin@synology.com> > > -- > > 2.21.0 > > >

[-- Attachment #2: Type: text/html, Size: 8520 bytes --]

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 12:43   ` Laszlo Ersek
@ 2019-12-06 14:09     ` Philippe Mathieu-Daudé
  2019-12-06 15:09       ` Laszlo Ersek
  0 siblings, 1 reply; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 14:09 UTC (permalink / raw)
  To: Laszlo Ersek, devel; +Cc: Andrew Fish, Leif Lindholm, Michael D Kinney

On 12/6/19 1:43 PM, Laszlo Ersek wrote:
> On 12/06/19 13:13, Philippe Mathieu-Daudé wrote:
>> On 12/6/19 12:24 PM, Philippe Mathieu-Daude wrote:
>> [...]
>>> - Another note regarding groups.io 40 posts per 30min limit -
>>>
>>> My previous big series [5] involved 79 patches, and groups.io banned
>>> me for some time after the 40th post. On [5] Laszlo suggested to test
>>> the following git-send-email options to see if we can work with big
>>> series and groups.io:
>>>
>>>      --batch-size=<num>
>>>          Some email servers (e.g. smtp.163.com) limit the number
>>>          emails to be sent per session (connection) and this will
>>>          lead to a failure when sending many messages. With this
>>>          option, send-email will disconnect after sending $<num>
>>>          messages and wait for a few seconds (see --relogin-delay)
>>>          and reconnect, to work around such a limit. You may want
>>>          to use some form of credential helper to avoid having to
>>>          retype your password every time this happens. Defaults to
>>>          the sendemail.smtpBatchSize configuration variable.
>>>
>>>      --relogin-delay=<int>
>>>          Waiting $<int> seconds before reconnecting to SMTP server.
>>>          Used together with --batch-size option. Defaults to the
>>>          sendemail.smtpReloginDelay configuration variable.
>>>
>>> So I'm sending this series using git-publish [7] after setting the
>>> following values:
>>>
>>>     $ git config sendemail.smtpBatchSize 33
>>>     $ git config sendemail.smtpReloginDelay 1848
>>
>> Replying to self after 66 in an hour to verify that I'm not banned ... :)

So I can confirm this experiment worked like charm.

I haven't tested the road-runner mode, putting laptop to sleep in the 
middle, wake up in another network.

> How did you come up with these exact numbers BTW?

I kept room for 7 mails per 30min, so I could keep reviewing other 
patches while sending. This might be too conservative.

I noticed git-send-email only read the git-config once, when it is 
started. If you modify it in another terminal while it is in the relogin 
delay, it won't use the updated value until finishing to send all the 
series.

30min = 1800sec, adding few more seconds to not play with fire and get 
banned for few seconds.


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 12:23 ` Laszlo Ersek
@ 2019-12-06 14:11   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 14:11 UTC (permalink / raw)
  To: Laszlo Ersek, devel; +Cc: Andrew Fish, Leif Lindholm, Michael D Kinney

On 12/6/19 1:23 PM, Laszlo Ersek wrote:
> On 12/06/19 12:24, Philippe Mathieu-Daude wrote:
>> 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.
>> Similarly, stewards can Nack if there is a cross-domain issue, since
>> these are not obvious to me (they would happen if someone was working
>> for a company at the time the repository was using SVN, the switched
>> company and contributed later at the time the repository was passed
>> to GIT).
> 
> I suggest the following:
> 
> - Collect feedback (from individual reviewers / contributors) for one or
> two weeks
> 
> - Accept cross-domain mappings in any patch where the person subject to
> the patch is ACKing the patch from the mapped-to (i.e. "current") email
> address. This is now a *lot* easier to do, because the patch series is
> structured by person.
> 
> - After one or two weeks, push all the patches that have been approved
> like explained above.
> 
> - Repost the rest of the series, CC'd solely to the stewards. We will
> then have to go through the backlog, and decide one by one whether, for
> person X, the proposed mappings are cross-domain or not, and ACK or NACK
> accordingly.
> 
> - Push the second round, drop the rest for good.

This works for me, thanks!

> 
> So in this first review iteration, we really depend on people to respond
> from their "new" (mapped-to) addresses.
> 
> Fantastic job on the split-per-person!
> 
> Thanks!
> Laszlo


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
  2019-12-06 14:00     ` Philippe Mathieu-Daudé
@ 2019-12-06 14:13       ` Yao, Jiewen
  0 siblings, 0 replies; 151+ messages in thread
From: Yao, Jiewen @ 2019-12-06 14:13 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

No worry. That is always confusing.

For Intel, the email address usually is "<Given Name>.<Family Name>@intel.com"
Some people may have a number in the middle, but you can ignore that.

Appreciate your work to fix so many people's name.


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe
> Mathieu-Daudé
> Sent: Friday, December 6, 2019 10:01 PM
> To: Yao, Jiewen <jiewen.yao@intel.com>; devel@edk2.groups.io
> Subject: Re: [edk2-devel] [PATCH v2 100/105] .mailmap: Add an entry for Yao
> Jiewen
> 
> Hi Jiewen,
> 
> On 12/6/19 2:31 PM, Yao, Jiewen wrote:
> > HI Philippe
> > "Yao" is my family name. "Jiewen" is my given name.
> 
> I am very sorry for inverting your names, I'll fix this in the next version.
> 
> Thanks for correcting me!
> 
> > Thank you
> > Yao Jiewen
> >
> >
> >> -----Original Message-----
> >> From: Philippe Mathieu-Daude <philmd@redhat.com>
> >> Sent: Friday, December 6, 2019 7:27 PM
> >> To: devel@edk2.groups.io
> >> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Yao, Jiewen
> >> <jiewen.yao@intel.com>
> >> Subject: [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen
> >>
> >> We use .mailmap to display contributors email addresses in an
> >> uniform format.
> >>
> >> Add an entry for Yao Jiewen to have his name and email address
> >> displayed properly in the git history.
> >>
> >> Cc: Yao Jiewen <jiewen.yao@intel.com>
> >> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> >> ---
> >> [Due to MTA restricting the recipient list to 100, I can not Cc all the
> >>   named developers in the cover. Therefore I'm adapting the explaination
> >>   from the cover in each patch]
> >>
> >> This patch won't get merged if Yao Jiewen doesn't give his
> >> approval, by replying to this patch with:
> >>    Reviewed-by: Yao Jiewen <jiewen.yao@intel.com>
> >>
> >> If you think this patch is inappropriate, you don't need to justify,
> >> reply with:
> >>    NAcked-by: Yao Jiewen <jiewen.yao@intel.com>
> >> or simply:
> >>    NACK
> >>
> >> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> >>
> >> You can also ignore this mail, but I might resend it and keep bothering
> >> you.
> >>
> >> Regards,
> >>
> >> Phil.
> >> ---
> >>   .mailmap | 6 ++++++
> >>   1 file changed, 6 insertions(+)
> >>
> >> diff --git a/.mailmap b/.mailmap
> >> index 17a2aefaf50f..63f2446a7e71 100644
> >> --- a/.mailmap
> >> +++ b/.mailmap
> >> @@ -186,3 +186,9 @@ Wei Xu <wei6.xu@intel.com>
> >>   Xiaofeng Wang <winggundum82@163.com>
> >>   Xiaoyu Lu <xiaoyux.lu@intel.com>
> >>   Xue Shengfeng <shengfengx.xue@intel.com>
> >> +Yao Jiewen <jiewen.yao@intel.com>
> >> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.yao@intel.com>
> >> +Yao Jiewen <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
> >> +Yao Jiewen <jiewen.yao@intel.com> <jyao1>
> >> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-
> >> 765794883524>
> >> +Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>
> >> --
> >> 2.21.0
> >
> 
> 
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma
  2019-12-06 11:25 ` [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma Philippe Mathieu-Daudé
@ 2019-12-06 14:58   ` Ma, Maurice
  0 siblings, 0 replies; 151+ messages in thread
From: Ma, Maurice @ 2019-12-06 14:58 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

Reviewed-by: Maurice Ma <maurice.ma@intel.com>

Thanks,
-Maurice
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Philippe Mathieu-Daudé
> Sent: Friday, December 6, 2019 3:26
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Ma, Maurice
> <maurice.ma@intel.com>
> Subject: [edk2-devel] [PATCH v2 057/105] .mailmap: Add an entry for
> Maurice Ma
> 
> We use .mailmap to display contributors email addresses in an uniform
> format.
> 
> Add an entry for Maurice Ma to have his name and email address displayed
> properly in the git history.
> 
> Cc: Maurice Ma <maurice.ma@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
> 
> This patch won't get merged if Maurice Ma doesn't give his approval, by
> replying to this patch with:
>   Reviewed-by: Maurice Ma <maurice.ma@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Maurice Ma <maurice.ma@intel.com> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 4b76c5b50d5c..ce558e39b1b5 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -110,3 +110,4 @@ Marvin Häuser <Marvin.Haeuser@outlook.com>
> edk2-devel <edk2-devel-bounces@lists  Marvin Häuser
> <mhaeuser@outlook.de>  Mateusz Albecki <mateusz.albecki@intel.com>
> Mateusz Albecki <mateusz.albecki@intel.com> </o=Intel/ou=Exchange
> Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Albecki,
> Mateusz3be>
> +Maurice Ma <maurice.ma@intel.com>
> --
> 2.21.0
> 
> 
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history
  2019-12-06 14:09     ` Philippe Mathieu-Daudé
@ 2019-12-06 15:09       ` Laszlo Ersek
  0 siblings, 0 replies; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-06 15:09 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, devel
  Cc: Andrew Fish, Leif Lindholm, Michael D Kinney

On 12/06/19 15:09, Philippe Mathieu-Daudé wrote:
> On 12/6/19 1:43 PM, Laszlo Ersek wrote:
>> On 12/06/19 13:13, Philippe Mathieu-Daudé wrote:
>>> On 12/6/19 12:24 PM, Philippe Mathieu-Daude wrote:
>>> [...]
>>>> - Another note regarding groups.io 40 posts per 30min limit -
>>>>
>>>> My previous big series [5] involved 79 patches, and groups.io banned
>>>> me for some time after the 40th post. On [5] Laszlo suggested to test
>>>> the following git-send-email options to see if we can work with big
>>>> series and groups.io:
>>>>
>>>>      --batch-size=<num>
>>>>          Some email servers (e.g. smtp.163.com) limit the number
>>>>          emails to be sent per session (connection) and this will
>>>>          lead to a failure when sending many messages. With this
>>>>          option, send-email will disconnect after sending $<num>
>>>>          messages and wait for a few seconds (see --relogin-delay)
>>>>          and reconnect, to work around such a limit. You may want
>>>>          to use some form of credential helper to avoid having to
>>>>          retype your password every time this happens. Defaults to
>>>>          the sendemail.smtpBatchSize configuration variable.
>>>>
>>>>      --relogin-delay=<int>
>>>>          Waiting $<int> seconds before reconnecting to SMTP server.
>>>>          Used together with --batch-size option. Defaults to the
>>>>          sendemail.smtpReloginDelay configuration variable.
>>>>
>>>> So I'm sending this series using git-publish [7] after setting the
>>>> following values:
>>>>
>>>>     $ git config sendemail.smtpBatchSize 33
>>>>     $ git config sendemail.smtpReloginDelay 1848
>>>
>>> Replying to self after 66 in an hour to verify that I'm not banned
>>> ... :)
> 
> So I can confirm this experiment worked like charm.
> 
> I haven't tested the road-runner mode, putting laptop to sleep in the
> middle, wake up in another network.
> 
>> How did you come up with these exact numbers BTW?
> 
> I kept room for 7 mails per 30min, so I could keep reviewing other
> patches while sending. This might be too conservative.
> 
> I noticed git-send-email only read the git-config once, when it is
> started. If you modify it in another terminal while it is in the relogin
> delay, it won't use the updated value until finishing to send all the
> series.
> 
> 30min = 1800sec, adding few more seconds to not play with fire and get
> banned for few seconds.
> 

makes sense; thank!
Laszlo


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser
  2019-12-06 11:25 ` [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser Philippe Mathieu-Daudé
@ 2019-12-06 16:17   ` Marvin Häuser
  0 siblings, 0 replies; 151+ messages in thread
From: Marvin Häuser @ 2019-12-06 16:17 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel

Good day,

Please excuse me, I didn't see the patch the first time.
Reviewed-by: Marvin Häuser <mhaeuser@outlook.de>

Best regards,
Marvin

> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Marvin Häuser to have his name and email address
> displayed properly in the git history (in particular, commit 62ec4a5e).
>
> Cc: Marvin Häuser <Marvin.Haeuser@outlook.de>
> Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>   named developers in the cover. Therefore I'm adapting the explaination
>   from the cover in each patch]
>
> This patch won't get merged if Marvin Häuser doesn't give his
> approval, by replying to this patch with either:
>    Reviewed-by: Marvin Häuser <Marvin.Haeuser@outlook.com>
>    Reviewed-by: Marvin Häuser <Marvin.Haeuser@outlook.de>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with any:
>    NAcked-by: Marvin Häuser <Marvin.Haeuser@outlook.de>
>    NAcked-by: Marvin Häuser <Marvin.Haeuser@outlook.com>
> or simply:
>    NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Note this is a borderline case, due to the generic email used in commit
> 62ec4a5ef674. Since this is the unique entry, we don't use the
> edk2-devel-bounces@lists.01.org list anymore and we have CI checks,
> we shouldn't merge a patch from someone else doing the same mistake
> using the same From. So IMHO this patch seems safe.
>
> Regards,
>
> Phil.
> ---
>   .mailmap | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index ca7a730f677f..d22ce43a6009 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -105,3 +105,6 @@ Maggie Chu <maggie.chu@intel.com>
>   Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
>   Marc-André Lureau <marcandre.lureau@redhat.com> <marcandre.lureau@redhat.com>
>   Marc W Chen <marc.w.chen@intel.com>
> +Marvin Häuser <Marvin.Haeuser@outlook.com>
> +Marvin Häuser <Marvin.Haeuser@outlook.com> edk2-devel <edk2-devel-bounces@lists.01.org>
> +Marvin Häuser <mhaeuser@outlook.de>



^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov
  2019-12-06 11:26 ` [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov Philippe Mathieu-Daudé
@ 2019-12-06 16:59   ` Vladimir Olovyannikov
  0 siblings, 0 replies; 151+ messages in thread
From: Vladimir Olovyannikov @ 2019-12-06 16:59 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel

Reviewed-by: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>

Thanks!
> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 3:26 AM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Vladimir Olovyannikov
> <vladimir.olovyannikov@broadcom.com>
> Subject: [PATCH v2 093/105] .mailmap: Add an entry for Vladimir
> Olovyannikov
>
> We use .mailmap to display contributors email addresses in an uniform
> format.
>
> Add an entry for Vladimir Olovyannikov to have his name and email address
> displayed properly in the git history.
>
> Cc: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
> named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
>
> This patch won't get merged if Vladimir Olovyannikov doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Vladimir Olovyannikov
> <vladimir.olovyannikov@broadcom.com>
>
> If you think this patch is inappropriate, you don't need to justify, reply
> with:
>   NAcked-by: Vladimir Olovyannikov
> <vladimir.olovyannikov@broadcom.com>
> or simply:
>   NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Regards,
>
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index f2bc63d7b9ed..630ae77b1e35 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -177,3 +177,4 @@ Ting Ye <ting.ye@intel.com> <tye@6f19259b-4bc3-
> 4df7-8a09-765794883524>
>  Tomas Pilar <tpilar@solarflare.com>
>  Vanguput Narendra <narendra.k.vanguput@intel.com>  Vitaly Cheptsov
> <vit9696@protonmail.com> Vitaly Cheptsov via Groups.Io
> <vit9696=protonmail.com@groups.io>
> +Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com> Vladimir
> +Olovyannikov via edk2-devel <edk2-devel@lists.01.org>
> --
> 2.21.0

^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone
  2019-12-06 11:25 ` [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone Philippe Mathieu-Daudé
@ 2019-12-06 17:24   ` Desimone, Ashley E
  2019-12-06 18:25     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 151+ messages in thread
From: Desimone, Ashley E @ 2019-12-06 17:24 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Technically in this case it is her name. 

Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>

-----Original Message-----
From: Philippe Mathieu-Daude [mailto:philmd@redhat.com] 
Sent: Friday, December 6, 2019 3:25 AM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Desimone, Ashley E <ashley.e.desimone@intel.com>
Subject: [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Ashley DeSimone to have his name and email address displayed properly in the git history.

Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Ashley DeSimone doesn't give his approval, by replying to this patch with:
  Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Ashley DeSimone <ashley.e.desimone@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 576e0e04d874..62ab0ca9fb40 100644
--- a/.mailmap
+++ b/.mailmap
@@ -19,3 +19,4 @@ Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
 Antoine Cœur <coeur@gmx.fr>
 Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>  Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
+Ashley DeSimone <ashley.e.desimone@intel.com> 
+<ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
--
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge
  2019-12-06 11:25 ` [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge Philippe Mathieu-Daudé
@ 2019-12-06 17:54   ` erik.c.bjorge
  0 siblings, 0 replies; 151+ messages in thread
From: erik.c.bjorge @ 2019-12-06 17:54 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Looks good to me.

Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>

-----Original Message-----
From: Philippe Mathieu-Daude <philmd@redhat.com> 
Sent: Friday, December 6, 2019 3:25 AM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Bjorge, Erik C <erik.c.bjorge@intel.com>
Subject: [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Erik Bjorge to have his name and email address displayed properly in the git history.

Cc: Erik Bjorge <erik.c.bjorge@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Erik Bjorge doesn't give his approval, by replying to this patch with:
  Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Erik Bjorge <erik.c.bjorge@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 4d4dc4907b0f..c4da8bffff5e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -51,3 +51,4 @@ Eric Dong <eric.dong@intel.com> <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
 Eric Dong <eric.dong@intel.com> <ydong10@Edk2>  Eric Jin <eric.jin@intel.com>  Eric Jin <eric.jin@intel.com> <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
+Erik Bjorge <erik.c.bjorge@intel.com> 
+<geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
--
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone
  2019-12-06 17:24   ` Desimone, Ashley E
@ 2019-12-06 18:25     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-06 18:25 UTC (permalink / raw)
  To: Desimone, Ashley E; +Cc: devel@edk2.groups.io

On Fri, Dec 6, 2019 at 6:24 PM Desimone, Ashley E
<ashley.e.desimone@intel.com> wrote:
>
> Technically in this case it is her name.

Oops I apologize, I'll update (in think about this in my future contributions).

> Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>

Thanks!

> -----Original Message-----
> From: Philippe Mathieu-Daude [mailto:philmd@redhat.com]
> Sent: Friday, December 6, 2019 3:25 AM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Desimone, Ashley E <ashley.e.desimone@intel.com>
> Subject: [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone
>
> We use .mailmap to display contributors email addresses in an uniform format.
>
> Add an entry for Ashley DeSimone to have his name and email address displayed properly in the git history.
>
> Cc: Ashley DeSimone <ashley.e.desimone@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]
>
> This patch won't get merged if Ashley DeSimone doesn't give his approval, by replying to this patch with:
>   Reviewed-by: Ashley DeSimone <ashley.e.desimone@intel.com>
>
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Ashley DeSimone <ashley.e.desimone@intel.com> or simply:
>   NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering you.
>
> Regards,
>
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index 576e0e04d874..62ab0ca9fb40 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -19,3 +19,4 @@ Andrew Fish <afish@apple.com> <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
>  Antoine Cœur <coeur@gmx.fr>
>  Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>  Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>
> +Ashley DeSimone <ashley.e.desimone@intel.com>
> +<ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
> --
> 2.21.0
>


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau
  2019-12-06 11:25 ` [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau Philippe Mathieu-Daudé
@ 2019-12-06 20:42   ` Marc-André Lureau
  0 siblings, 0 replies; 151+ messages in thread
From: Marc-André Lureau @ 2019-12-06 20:42 UTC (permalink / raw)
  To: Philippe Mathieu-Daude; +Cc: edk2-devel-groups-io

On Fri, Dec 6, 2019 at 3:59 PM Philippe Mathieu-Daude <philmd@redhat.com> wrote:
>
> We use .mailmap to display contributors email addresses in an
> uniform format.
>
> Add an entry for Marc-André Lureau to have his name and email address
> displayed properly in the git history.
>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
>
> This patch won't get merged if Marc-André Lureau doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> or simply:
>   NACK
>
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
> You can also ignore this mail, but I might resend it and keep bothering
> you.
>
> Regards,

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

>
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index 66297d4f8943..2013a48da245 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -103,3 +103,4 @@ Lu Shifei <shifeix.a.lu@intel.com>
>  Maciej Rabeda <maciej.rabeda@intel.com>
>  Maggie Chu <maggie.chu@intel.com>
>  Maggie Chu <maggie.chu@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=fe425ca7e5f4401abed22b904fe5d964>
> +Marc-André Lureau <marcandre.lureau@redhat.com> <marcandre.lureau@redhat.com>
> --
> 2.21.0
>


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki
  2019-12-06 11:25 ` [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki Philippe Mathieu-Daudé
@ 2019-12-06 23:43   ` Kubacki, Michael A
  0 siblings, 0 replies; 151+ messages in thread
From: Kubacki, Michael A @ 2019-12-06 23:43 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

Phil, thanks for your effort to put this together.

Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe
> Mathieu-Daudé
> Sent: Friday, December 6, 2019 3:26 AM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>
> Subject: [edk2-devel] [PATCH v2 061/105] .mailmap: Add an entry for
> Michael Kubacki
> 
> We use .mailmap to display contributors email addresses in an uniform
> format.
> 
> Add an entry for Michael Kubacki to have his name and email address
> displayed properly in the git history.
> 
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
> 
> This patch won't get merged if Michael Kubacki doesn't give his approval, by
> replying to this patch with:
>   Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Michael Kubacki <michael.a.kubacki@intel.com> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a8bffe9d4729..822a65a6aad7 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -119,3 +119,5 @@ Michael Kinney <michael.d.kinney@intel.com>
> <mdkinney@Edk2>  Michael Kinney <michael.d.kinney@intel.com>
> <mdkinney@mdkinney-desk.amr.corp.intel.com>
>  Michael Kinney <michael.d.kinney@intel.com>
> <Michael.d.kinney@intel.com>  Michael Kinney
> <michael.d.kinney@intel.com>
> </o=Intel/ou=Americas01/cn=Workers/cn=Kinney, Michael D>
> +Michael Kubacki <michael.a.kubacki@intel.com> Michael Kubacki
> +<michael.a.kubacki@intel.com> </o=Intel/ou=External
> +(FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a7
> 2>
> --
> 2.21.0
> 
> 
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong
  2019-12-06 11:25 ` [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong Philippe Mathieu-Daudé
@ 2019-12-07 10:58   ` Dong, Eric
  0 siblings, 0 replies; 151+ messages in thread
From: Dong, Eric @ 2019-12-07 10:58 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Thanks Philippe.

Reviewed-by: Eric Dong <eric.dong@intel.com>

Thanks,
Eric
> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 7:25 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Dong, Eric
> <eric.dong@intel.com>
> Subject: [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong
> 
> We use .mailmap to display contributors email addresses in an uniform
> format.
> 
> Add an entry for Eric Dong to have his name and email address displayed
> properly in the git history.
> 
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
> 
> This patch won't get merged if Eric Dong doesn't give his approval, by
> replying to this patch with:
>   Reviewed-by: Eric Dong <eric.dong@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Eric Dong <eric.dong@intel.com> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 1e059cad3ec0..97643ae2c745 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -45,3 +45,7 @@ David Wei <david.wei@intel.com>  David Wei
> <david.wei@intel.com> <zwei4@Edk2>  Derek Lin <derek.lin2@hpe.com>
> Digant H Solanki <digant.h.solanki@intel.com>
> +Eric Dong <eric.dong@intel.com>
> +Eric Dong <eric.dong@intel.com> Eric Dong <eirc.dong@intel.com> Eric
> +Dong <eric.dong@intel.com>
> +<ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
> +Eric Dong <eric.dong@intel.com> <ydong10@Edk2>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan
  2019-12-06 11:25 ` [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan Philippe Mathieu-Daudé
@ 2019-12-07 14:42   ` Anbazhagan, Baraneedharan
  0 siblings, 0 replies; 151+ messages in thread
From: Anbazhagan, Baraneedharan @ 2019-12-07 14:42 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Baraneedharan Anbazhagan <anbazhagan@hp.com>


-----Original Message-----
From: Philippe Mathieu-Daude <philmd@redhat.com> 
Sent: Friday, December 6, 2019 5:25 AM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Anbazhagan, Baraneedharan <anbazhagan@hp.com>
Subject: [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Baraneedharan Anbazhagan to have his name and email address displayed properly in the git history.

Cc: Baraneedharan Anbazhagan <anbazhagan@hp.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Baraneedharan Anbazhagan doesn't give his approval, by replying to this patch with:
  Reviewed-by: Baraneedharan Anbazhagan <anbazhagan@hp.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Baraneedharan Anbazhagan <anbazhagan@hp.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 3a5f854aad1d..b6d5c43edc03 100644
--- a/.mailmap
+++ b/.mailmap
@@ -21,3 +21,4 @@ Antoine Cœur <coeur@gmx.fr> <Coeur@gmx.fr>  Ard Biesheuvel <ard.biesheuvel@linaro.org> <abiesheuvel@Edk2>  Ashley DeSimone <ashley.e.desimone@intel.com> <ashdesimone@6f19259b-4bc3-4df7-8a09-765794883524>
 Ashraf Javeed <ashraf.javeed@intel.com>
+Baraneedharan Anbazhagan <anbazhagan@hp.com>
--
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng
  2019-12-06 11:26 ` [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng Philippe Mathieu-Daudé
@ 2019-12-07 15:06   ` Zeng, Star
  0 siblings, 0 replies; 151+ messages in thread
From: Zeng, Star @ 2019-12-07 15:06 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com; +Cc: Zeng, Star

Thank you. Reviewed-by: Star Zeng <star.zeng@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe
> Mathieu-Daudé
> Sent: Friday, December 6, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Zeng, Star
> <star.zeng@intel.com>
> Subject: [edk2-devel] [PATCH v2 087/105] .mailmap: Add an entry for Star
> Zeng
> 
> We use .mailmap to display contributors email addresses in an uniform
> format.
> 
> Add an entry for Star Zeng to have his name and email address displayed
> properly in the git history.
> 
> Cc: Star Zeng <star.zeng@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
> 
> This patch won't get merged if Star Zeng doesn't give his approval, by
> replying to this patch with:
>   Reviewed-by: Star Zeng <star.zeng@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Star Zeng <star.zeng@intel.com> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index f64b3d0848f7..a678caf2ca24 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -167,3 +167,6 @@ Siyuan Fu <siyuan.fu@intel.com>
> <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>  Songpeng Li
> <songpeng.li@intel.com>  Sriram Subramanian <sriram-s@hpe.com>
> +Star Zeng <star.zeng@intel.com>
> +Star Zeng <star.zeng@intel.com>
> +<lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
> +Star Zeng <star.zeng@intel.com> <lzeng14@Edk2>
> --
> 2.21.0
> 
> 
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian
  2019-12-06 11:25 ` [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian Philippe Mathieu-Daudé
@ 2019-12-08  2:59   ` Hot Tian
  0 siblings, 0 replies; 151+ messages in thread
From: Hot Tian @ 2019-12-08  2:59 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

Reviewed-by: Hot Tian <hot.tian@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe Mathieu-Daudé
Sent: Friday, December 06, 2019 19:25
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Tian, Hot <hot.tian@intel.com>
Subject: [edk2-devel] [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Hot Tian to have his name and email address displayed properly in the git history.

Cc: Hot Tian <hot.tian@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Hot Tian doesn't give his approval, by replying to this patch with:
  Reviewed-by: Hot Tian <hot.tian@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Hot Tian <hot.tian@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 085eec6722cd..c4d0f5703710 100644
--- a/.mailmap
+++ b/.mailmap
@@ -68,3 +68,5 @@ Harry Liebel <Harry.Liebel@arm.com> NetBSD project <NetBSD project>  Herbie Robinson <Herbie.Robinson@stratus.com>  Hess Chen <hesheng.chen@intel.com>  Hess Chen <hesheng.chen@intel.com> <hchen30@6f19259b-4bc3-4df7-8a09-765794883524>
+Hot Tian <hot.tian@intel.com>
+Hot Tian <hot.tian@intel.com> 
+<hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
--
2.21.0





^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu
  2019-12-06 11:25 ` [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu Philippe Mathieu-Daudé
@ 2019-12-09  1:12   ` Lu, Ken
  0 siblings, 0 replies; 151+ messages in thread
From: Lu, Ken @ 2019-12-09  1:12 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

NACK

-----Original Message-----
From: Philippe Mathieu-Daude <philmd@redhat.com> 
Sent: Friday, December 6, 2019 7:26 PM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Lu, Ken <ken.lu@intel.com>
Subject: [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Ken Lu to have his name and email address displayed properly in the git history.

Cc: Ken Lu <ken.lu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Ken Lu doesn't give his approval, by replying to this patch with:
  Reviewed-by: Ken Lu <ken.lu@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Ken Lu <ken.lu@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index c808551f9189..32b9f764d065 100644
--- a/.mailmap
+++ b/.mailmap
@@ -87,3 +87,4 @@ Jim Dailey <Jim.Dailey@Dell.com> <Jim_Dailey@Dell.com>  Jordan Justen <jordan.l.justen@intel.com> <c:/oc6/Git/O=INTEL/OU=AMERICAS01/CN=WORKERS/CN=JUSTEN, JORDAN L>  Jordan Justen <jordan.l.justen@intel.com> <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
 Jordan Justen <jordan.l.justen@intel.com> <jljusten@Edk2>
+Ken Lu <ken.lu@intel.com> <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
--
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu
  2019-12-06 11:25 ` [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu Philippe Mathieu-Daudé
@ 2019-12-09  1:15   ` Wu, Hao A
  0 siblings, 0 replies; 151+ messages in thread
From: Wu, Hao A @ 2019-12-09  1:15 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

> -----Original Message-----
> From: Philippe Mathieu-Daude [mailto:philmd@redhat.com]
> Sent: Friday, December 06, 2019 7:25 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude; Wu, Hao A
> Subject: [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu
> 
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Hao Wu to have his name and email address
> displayed properly in the git history.
> 
> Cc: Hao Wu <hao.a.wu@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Hao Wu doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Hao Wu <hao.a.wu@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Hao Wu <hao.a.wu@intel.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.


Please use 'Hao A Wu' for the full name. Thanks.

With the change,
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu


> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 7f45047d2403..110d5da1d2a6 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -62,3 +62,5 @@ Feng Yunhua <yunhuax.feng@intel.com>
> </o=Intel/ou=Exchange Administrative Group
>  Guo Dong <guo.dong@intel.com>
>  Guo Dong <guo.dong@intel.com> <gdong1>
>  Guo Dong <guo.dong@intel.com> <gdong1@6f19259b-4bc3-4df7-8a09-
> 765794883524>
> +Hao Wu <hao.a.wu@intel.com>
> +Hao Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni
  2019-12-06 11:26 ` [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni Philippe Mathieu-Daudé
@ 2019-12-09  1:48   ` Ni, Ray
  0 siblings, 0 replies; 151+ messages in thread
From: Ni, Ray @ 2019-12-09  1:48 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Ni, Ray
> <ray.ni@intel.com>
> Subject: [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni
> 
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Ray Ni to have his name and email address
> displayed properly in the git history.
> 
> Cc: Ray Ni <ray.ni@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Ray Ni doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Ray Ni <ray.ni@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Ray Ni <ray.ni@intel.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 9462235c0ca3..c61650362795 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -140,3 +140,10 @@ Qing Huang <qing.huang@intel.com>
>  Qing Huang <qing.huang@intel.com> <qhuang8@6f19259b-4bc3-4df7-8a09-
> 765794883524>
>  Qiu Shumin <shumin.qiu@intel.com> <shenshushi@6f19259b-4bc3-4df7-
> 8a09-765794883524>
>  Qiu Shumin <shumin.qiu@intel.com> <shenshushi@Edk2>
> +Ray Ni <ray.ni@intel.com>
> +Ray Ni <ray.ni@intel.com> <C:/Program Files
> (x86)/Git/O=Intel/OU=Pacifica02/cn=Recipients/cn=rni2>
> +Ray Ni <ray.ni@intel.com> <niruiyu@6f19259b-4bc3-4df7-8a09-
> 765794883524>
> +Ray Ni <ray.ni@intel.com> <niruiyu@Edk2>
> +Ray Ni <ray.ni@intel.com> <ruiyu.ni@intel.com>
> +Ray Ni <ray.ni@intel.com> <Ruiyu.ni@Intel.com>
> +Ray Ni <ray.ni@intel.com> <ruyu.ni@intel.com>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
  2019-12-06 11:26 ` [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li Philippe Mathieu-Daudé
@ 2019-12-09  1:51   ` Li, Aaron
  2019-12-09 16:26     ` [edk2-devel] " Laszlo Ersek
  0 siblings, 1 reply; 151+ messages in thread
From: Li, Aaron @ 2019-12-09  1:51 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Songpeng Li <songpeng.li@intel.com>

Also, my name is changed to Aaron Li <aaron.li@intel.com>
You can also add this name to the list, thanks.


Best,
Aaron

> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Li, Aaron
> <aaron.li@intel.com>
> Subject: [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
> 
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Songpeng Li to have his name and email address
> displayed properly in the git history.
> 
> Cc: Songpeng Li <songpeng.li@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Songpeng Li doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Songpeng Li <songpeng.li@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Songpeng Li <songpeng.li@intel.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index faafd9614e42..20610fcf221d 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -165,3 +165,4 @@ Siyuan Fu <siyuan.fu@intel.com>
>  Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files
> (x86)/Git/o=Intel/ou=Exchange Administrative Group
> (FYDIBOHF23SPDLT)/cn=Recipients/cn=sfu5>
>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-
> 765794883524>
>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
> +Songpeng Li <songpeng.li@intel.com>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu
  2019-12-06 11:25 ` [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu Philippe Mathieu-Daudé
@ 2019-12-09  2:28   ` Chiu, Chasel
  0 siblings, 0 replies; 151+ messages in thread
From: Chiu, Chasel @ 2019-12-09  2:28 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io


Thank you.
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Friday, December 6, 2019 7:25 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Chiu, Chasel
> <chasel.chiu@intel.com>
> Subject: [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu
> 
> We use .mailmap to display contributors email addresses in an uniform
> format.
> 
> Add an entry for Chasel Chiu to have his name and email address displayed
> properly in the git history.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the  named
> developers in the cover. Therefore I'm adapting the explaination  from the
> cover in each patch]
> 
> This patch won't get merged if Chasel Chiu doesn't give his approval, by
> replying to this patch with:
>   Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify, reply with:
>   NAcked-by: Chasel Chiu <chasel.chiu@intel.com> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a1354743625c..c34612a074c6 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -31,3 +31,4 @@ Chao Zhang <chao.b.zhang@intel.com>  Chao Zhang
> <chao.b.zhang@intel.com> <czhang46>  Chao Zhang
> <chao.b.zhang@intel.com>
> <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>
>  Chao Zhang <chao.b.zhang@intel.com> <czhang46@Edk2>
> +Chasel Chiu <chasel.chiu@intel.com>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher
  2019-12-06 11:25 ` [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher Philippe Mathieu-Daudé
@ 2019-12-09 11:33   ` Zurcher, Christopher J
  0 siblings, 0 replies; 151+ messages in thread
From: Zurcher, Christopher J @ 2019-12-09 11:33 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

Reviewed-by: Christopher J Zurcher <christopher.j.zurcher@intel.com>

--
Christopher Zurcher

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe Mathieu-Daudé
Sent: Friday, December 6, 2019 03:25
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Zurcher, Christopher J <christopher.j.zurcher@intel.com>
Subject: [edk2-devel] [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher

We use .mailmap to display contributors email addresses in an
uniform format.

Add an entry for Christopher J Zurcher to have his name and email address
displayed properly in the git history.

Cc: Christopher J Zurcher <christopher.j.zurcher@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the
 named developers in the cover. Therefore I'm adapting the explaination
 from the cover in each patch]

This patch won't get merged if Christopher J Zurcher doesn't give his
approval, by replying to this patch with:
  Reviewed-by: Christopher J Zurcher <christopher.j.zurcher@intel.com>

If you think this patch is inappropriate, you don't need to justify,
reply with:
  NAcked-by: Christopher J Zurcher <christopher.j.zurcher@intel.com>
or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering
you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index b36e803247d1..e96b4ec6fe45 100644
--- a/.mailmap
+++ b/.mailmap
@@ -35,3 +35,4 @@ Chasel Chiu <chasel.chiu@intel.com>
 Chen A Chen <chen.a.chen@intel.com>
 Cheng Ching Jen <ching.jenx.cheng@intel.com>
 Christian Rodriguez <christian.rodriguez@intel.com>
+Christopher J Zurcher <christopher.j.zurcher@intel.com>
-- 
2.21.0





^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
  2019-12-09  1:51   ` Li, Aaron
@ 2019-12-09 16:26     ` Laszlo Ersek
  2019-12-10  1:21       ` Li, Aaron
  0 siblings, 1 reply; 151+ messages in thread
From: Laszlo Ersek @ 2019-12-09 16:26 UTC (permalink / raw)
  To: devel, aaron.li, Philippe Mathieu-Daude

Hi Aaron,

On 12/09/19 02:51, Li, Aaron wrote:
> Reviewed-by: Songpeng Li <songpeng.li@intel.com>
> 
> Also, my name is changed to Aaron Li <aaron.li@intel.com>
> You can also add this name to the list, thanks.

which one is the "authoritative" first name that you would like to use
in edk2 context?

For example, if you sent a patch tomorrow, would it come from

- Aaron Li <aaron.li@intel.com>

or

- Songpeng Li <songpeng.li@intel.com>

?

The idea of the mailmap file is that we establish a "canonical" and
"live" {name, email-address} pair for each contributor, and map
everything else that has stood for the same contributor in the past to
the canonical pair.

(We have to be careful with cross-domain mappings, such as
cross-employer mappings -- which is why every contributor is asked to
R-b such changes, from their current (hence canonical) address.)

In fact your present email contains R-b from "Songpeng" in the body, but
the "From:" header on your email says "Aaron". So I would suggest that
Phil capture "Aaron" as your canonical name, and map "Songpeng" to it.
Then we'd ask you to R-b that patch from your "Aaron" address.

Does that make sense?

Thanks,
Laszlo


>> -----Original Message-----
>> From: Philippe Mathieu-Daude <philmd@redhat.com>
>> Sent: Friday, December 6, 2019 7:26 PM
>> To: devel@edk2.groups.io
>> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Li, Aaron
>> <aaron.li@intel.com>
>> Subject: [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
>>
>> We use .mailmap to display contributors email addresses in an
>> uniform format.
>>
>> Add an entry for Songpeng Li to have his name and email address
>> displayed properly in the git history.
>>
>> Cc: Songpeng Li <songpeng.li@intel.com>
>> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>> ---
>> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>>  named developers in the cover. Therefore I'm adapting the explaination
>>  from the cover in each patch]
>>
>> This patch won't get merged if Songpeng Li doesn't give his
>> approval, by replying to this patch with:
>>   Reviewed-by: Songpeng Li <songpeng.li@intel.com>
>>
>> If you think this patch is inappropriate, you don't need to justify,
>> reply with:
>>   NAcked-by: Songpeng Li <songpeng.li@intel.com>
>> or simply:
>>   NACK
>>
>> If your Firstname Lastname order is incorrect, tell me and I will fix it.
>>
>> You can also ignore this mail, but I might resend it and keep bothering
>> you.
>>
>> Regards,
>>
>> Phil.
>> ---
>>  .mailmap | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/.mailmap b/.mailmap
>> index faafd9614e42..20610fcf221d 100644
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -165,3 +165,4 @@ Siyuan Fu <siyuan.fu@intel.com>
>>  Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files
>> (x86)/Git/o=Intel/ou=Exchange Administrative Group
>> (FYDIBOHF23SPDLT)/cn=Recipients/cn=sfu5>
>>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-
>> 765794883524>
>>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
>> +Songpeng Li <songpeng.li@intel.com>
>> --
>> 2.21.0
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao
  2019-12-06 11:25 ` [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao Philippe Mathieu-Daudé
@ 2019-12-10  0:44   ` Liming Gao
  0 siblings, 0 replies; 151+ messages in thread
From: Liming Gao @ 2019-12-10  0:44 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Philippe Mathieu-Daude [mailto:philmd@redhat.com]
>Sent: Friday, December 06, 2019 7:26 PM
>To: devel@edk2.groups.io
>Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Gao, Liming
><liming.gao@intel.com>
>Subject: [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao
>
>We use .mailmap to display contributors email addresses in an
>uniform format.
>
>Add an entry for Liming Gao to have his name and email address
>displayed properly in the git history.
>
>Cc: Liming Gao <liming.gao@intel.com>
>Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>---
>[Due to MTA restricting the recipient list to 100, I can not Cc all the
> named developers in the cover. Therefore I'm adapting the explaination
> from the cover in each patch]
>
>This patch won't get merged if Liming Gao doesn't give his
>approval, by replying to this patch with:
>  Reviewed-by: Liming Gao <liming.gao@intel.com>
>
>If you think this patch is inappropriate, you don't need to justify,
>reply with:
>  NAcked-by: Liming Gao <liming.gao@intel.com>
>or simply:
>  NACK
>
>If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
>You can also ignore this mail, but I might resend it and keep bothering
>you.
>
>Regards,
>
>Phil.
>---
> .mailmap | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/.mailmap b/.mailmap
>index d5633964cc54..53aa4fa01e15 100644
>--- a/.mailmap
>+++ b/.mailmap
>@@ -93,3 +93,7 @@ Laszlo Ersek <lersek@redhat.com> <lersek@Edk2>
> Laurie Jarlstrom <laurie.jarlstrom@intel.com> <Laurie.jarlstrom@intel.com>
> Lee Rosenbaum <leegrosenbaum@users.sourceforge.net>
><leegrosenbaum@6f19259b-4bc3-4df7-8a09-765794883524>
> Leon Li <leon.li@intel.com> <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
>+Liming Gao <liming.gao@intel.com> <Gao, Liming liming.gao@intel.com>
>+Liming Gao <liming.gao@intel.com> <lgao4@6f19259b-4bc3-4df7-8a09-
>765794883524>
>+Liming Gao <liming.gao@intel.com> <lgao4@Edk2>
>+Liming Gao <liming.gao@intel.com> <liming.gao@intel.com>
>--
>2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun
  2019-12-06 11:26 ` [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun Philippe Mathieu-Daudé
@ 2019-12-10  0:47   ` Liming Gao
  0 siblings, 0 replies; 151+ messages in thread
From: Liming Gao @ 2019-12-10  0:47 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

Philippe:
  Rui Sun has left Intel. His mail address is invalid. Some other people mail address are invalid. If you find the mail address is invalid, please skip. 

Thanks
Liming
>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>Philippe Mathieu-Daudé
>Sent: Friday, December 06, 2019 7:26 PM
>To: devel@edk2.groups.io
>Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Rui Sun
><rui.sun@intel.com>
>Subject: [edk2-devel] [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun
>
>We use .mailmap to display contributors email addresses in an
>uniform format.
>
>Add an entry for Rui Sun to have his name and email address
>displayed properly in the git history.
>
>Cc: Rui Sun <rui.sun@intel.com>
>Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>---
>[Due to MTA restricting the recipient list to 100, I can not Cc all the
> named developers in the cover. Therefore I'm adapting the explaination
> from the cover in each patch]
>
>This patch won't get merged if Rui Sun doesn't give his
>approval, by replying to this patch with:
>  Reviewed-by: Rui Sun <rui.sun@intel.com>
>
>If you think this patch is inappropriate, you don't need to justify,
>reply with:
>  NAcked-by: Rui Sun <rui.sun@intel.com>
>or simply:
>  NACK
>
>If your Firstname Lastname order is incorrect, tell me and I will fix it.
>
>You can also ignore this mail, but I might resend it and keep bothering
>you.
>
>Regards,
>
>Phil.
>---
> .mailmap | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/.mailmap b/.mailmap
>index 6769bea40e55..7ff790a683e4 100644
>--- a/.mailmap
>+++ b/.mailmap
>@@ -155,3 +155,4 @@ Richard Thomaiyar
><richard.marian.thomaiyar@intel.com>
> Richard Thomaiyar <richard.marian.thomaiyar@intel.com> edk2-devel On
>Behalf Of rthomaiy <[mailto:edk2-devel-bounces@lists.01.org]>
> Rodrigo Gonzalez del Cueto <rodrigo.gonzalez.del.cueto@intel.com>
> Ronald Cron <ronald.cron@arm.com> <Ronald.Cron@arm.com>
>+Rui Sun <rui.sun@intel.com> <rsun3@6f19259b-4bc3-4df7-8a09-
>765794883524>
>--
>2.21.0
>
>
>


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
  2019-12-09 16:26     ` [edk2-devel] " Laszlo Ersek
@ 2019-12-10  1:21       ` Li, Aaron
  0 siblings, 0 replies; 151+ messages in thread
From: Li, Aaron @ 2019-12-10  1:21 UTC (permalink / raw)
  To: Laszlo Ersek, devel@edk2.groups.io, Philippe Mathieu-Daude

Hi Laszlo,

Thanks for your suggestion, I agree with that, Aaron Li <aaron.li@intel.com> 
is my canonical name.


Best,
Aaron

> -----Original Message-----
> From: Laszlo Ersek <lersek@redhat.com>
> Sent: Tuesday, December 10, 2019 12:26 AM
> To: devel@edk2.groups.io; Li, Aaron <aaron.li@intel.com>; Philippe Mathieu-
> Daude <philmd@redhat.com>
> Subject: Re: [edk2-devel] [PATCH v2 085/105] .mailmap: Add an entry for
> Songpeng Li
> 
> Hi Aaron,
> 
> On 12/09/19 02:51, Li, Aaron wrote:
> > Reviewed-by: Songpeng Li <songpeng.li@intel.com>
> >
> > Also, my name is changed to Aaron Li <aaron.li@intel.com>
> > You can also add this name to the list, thanks.
> 
> which one is the "authoritative" first name that you would like to use
> in edk2 context?
> 
> For example, if you sent a patch tomorrow, would it come from
> 
> - Aaron Li <aaron.li@intel.com>
> 
> or
> 
> - Songpeng Li <songpeng.li@intel.com>
> 
> ?
> 
> The idea of the mailmap file is that we establish a "canonical" and
> "live" {name, email-address} pair for each contributor, and map
> everything else that has stood for the same contributor in the past to
> the canonical pair.
> 
> (We have to be careful with cross-domain mappings, such as
> cross-employer mappings -- which is why every contributor is asked to
> R-b such changes, from their current (hence canonical) address.)
> 
> In fact your present email contains R-b from "Songpeng" in the body, but
> the "From:" header on your email says "Aaron". So I would suggest that
> Phil capture "Aaron" as your canonical name, and map "Songpeng" to it.
> Then we'd ask you to R-b that patch from your "Aaron" address.
> 
> Does that make sense?
> 
> Thanks,
> Laszlo
> 
> 
> >> -----Original Message-----
> >> From: Philippe Mathieu-Daude <philmd@redhat.com>
> >> Sent: Friday, December 6, 2019 7:26 PM
> >> To: devel@edk2.groups.io
> >> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Li, Aaron
> >> <aaron.li@intel.com>
> >> Subject: [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li
> >>
> >> We use .mailmap to display contributors email addresses in an
> >> uniform format.
> >>
> >> Add an entry for Songpeng Li to have his name and email address
> >> displayed properly in the git history.
> >>
> >> Cc: Songpeng Li <songpeng.li@intel.com>
> >> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> >> ---
> >> [Due to MTA restricting the recipient list to 100, I can not Cc all the
> >>  named developers in the cover. Therefore I'm adapting the explaination
> >>  from the cover in each patch]
> >>
> >> This patch won't get merged if Songpeng Li doesn't give his
> >> approval, by replying to this patch with:
> >>   Reviewed-by: Songpeng Li <songpeng.li@intel.com>
> >>
> >> If you think this patch is inappropriate, you don't need to justify,
> >> reply with:
> >>   NAcked-by: Songpeng Li <songpeng.li@intel.com>
> >> or simply:
> >>   NACK
> >>
> >> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> >>
> >> You can also ignore this mail, but I might resend it and keep bothering
> >> you.
> >>
> >> Regards,
> >>
> >> Phil.
> >> ---
> >>  .mailmap | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/.mailmap b/.mailmap
> >> index faafd9614e42..20610fcf221d 100644
> >> --- a/.mailmap
> >> +++ b/.mailmap
> >> @@ -165,3 +165,4 @@ Siyuan Fu <siyuan.fu@intel.com>
> >>  Siyuan Fu <siyuan.fu@intel.com> <C:/Program Files
> >> (x86)/Git/o=Intel/ou=Exchange Administrative Group
> >> (FYDIBOHF23SPDLT)/cn=Recipients/cn=sfu5>
> >>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@6f19259b-4bc3-4df7-8a09-
> >> 765794883524>
> >>  Siyuan Fu <siyuan.fu@intel.com> <sfu5@Edk2>
> >> +Songpeng Li <songpeng.li@intel.com>
> >> --
> >> 2.21.0
> >
> >
> > 
> >


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu
  2019-12-06 11:26 ` [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu Philippe Mathieu-Daudé
@ 2019-12-11  1:52   ` Zhu, Yonghong
  0 siblings, 0 replies; 151+ messages in thread
From: Zhu, Yonghong @ 2019-12-11  1:52 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io; +Cc: Zhu, Yonghong

Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

Best Regards,
Zhu Yonghong

-----Original Message-----
From: Philippe Mathieu-Daude [mailto:philmd@redhat.com] 
Sent: Friday, December 6, 2019 7:27 PM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Zhu, Yonghong <yonghong.zhu@intel.com>
Subject: [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Yonghong Zhu to have his name and email address displayed properly in the git history.

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Yonghong Zhu doesn't give his approval, by replying to this patch with:
  Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Yonghong Zhu <yonghong.zhu@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 34e9c09fc20c..dc0e59705f6c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -194,3 +194,5 @@ Yao Jiewen <jiewen.yao@intel.com> <jyao1@6f19259b-4bc3-4df7-8a09-765794883524>
 Yao Jiewen <jiewen.yao@intel.com> <jyao1@Edk2>  Yeh Greg <gregx.yeh@intel.com> GregX Yeh <devel@edk2.groups.io>  Yingke Liu <yingke.d.liu@intel.com> <yingke@Edk2>
+Yonghong Zhu <yonghong.zhu@intel.com>
+Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2>
--
2.21.0


^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang
  2019-12-06 11:26 ` [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang Philippe Mathieu-Daudé
@ 2019-12-13  3:18   ` Zhang, Shenglei
  0 siblings, 0 replies; 151+ messages in thread
From: Zhang, Shenglei @ 2019-12-13  3:18 UTC (permalink / raw)
  To: Philippe Mathieu-Daude, devel@edk2.groups.io

Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>

> -----Original Message-----
> From: Philippe Mathieu-Daude [mailto:philmd@redhat.com]
> Sent: Friday, December 6, 2019 7:26 PM
> To: devel@edk2.groups.io
> Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Zhang, Shenglei
> <shenglei.zhang@intel.com>
> Subject: [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang
> 
> We use .mailmap to display contributors email addresses in an
> uniform format.
> 
> Add an entry for Shenglei Zhang to have his name and email address
> displayed properly in the git history.
> 
> Cc: Shenglei Zhang <shenglei.zhang@intel.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
> [Due to MTA restricting the recipient list to 100, I can not Cc all the
>  named developers in the cover. Therefore I'm adapting the explaination
>  from the cover in each patch]
> 
> This patch won't get merged if Shenglei Zhang doesn't give his
> approval, by replying to this patch with:
>   Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>
> 
> If you think this patch is inappropriate, you don't need to justify,
> reply with:
>   NAcked-by: Shenglei Zhang <shenglei.zhang@intel.com>
> or simply:
>   NACK
> 
> If your Firstname Lastname order is incorrect, tell me and I will fix it.
> 
> You can also ignore this mail, but I might resend it and keep bothering
> you.
> 
> Regards,
> 
> Phil.
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 4ff5a893b4da..80e31a25c7d0 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -160,3 +160,4 @@ Sachin Agrawal <sachin.agrawal@intel.com>
>  Samer El-Haj-Mahmoud <elhaj@hpe.com> <Samer El-Haj-Mahmoud
> elhaj@hp.com>
>  Satya Yarlagadda <satya.p.yarlagadda@intel.com>
>  Sergey Isakov <isakov-sl@bk.ru>
> +Shenglei Zhang <shenglei.zhang@intel.com>
> --
> 2.21.0


^ permalink raw reply	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan
  2019-12-06 11:25 ` [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan Philippe Mathieu-Daudé
@ 2020-01-02  0:28   ` Tan, Ming
  0 siblings, 0 replies; 151+ messages in thread
From: Tan, Ming @ 2020-01-02  0:28 UTC (permalink / raw)
  To: devel@edk2.groups.io, philmd@redhat.com

  Reviewed-by: Ming Tan <ming.tan@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Philippe Mathieu-Daudé
Sent: Friday, December 6, 2019 7:26 PM
To: devel@edk2.groups.io
Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Tan, Ming <ming.tan@intel.com>
Subject: [edk2-devel] [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan

We use .mailmap to display contributors email addresses in an uniform format.

Add an entry for Ming Tan to have his name and email address displayed properly in the git history.

Cc: Ming Tan <ming.tan@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
[Due to MTA restricting the recipient list to 100, I can not Cc all the  named developers in the cover. Therefore I'm adapting the explaination  from the cover in each patch]

This patch won't get merged if Ming Tan doesn't give his approval, by replying to this patch with:
  Reviewed-by: Ming Tan <ming.tan@intel.com>

If you think this patch is inappropriate, you don't need to justify, reply with:
  NAcked-by: Ming Tan <ming.tan@intel.com> or simply:
  NACK

If your Firstname Lastname order is incorrect, tell me and I will fix it.

You can also ignore this mail, but I might resend it and keep bothering you.

Regards,

Phil.
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 190d2790b103..9b5351167ca7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -123,3 +123,4 @@ Michael Kubacki <michael.a.kubacki@intel.com>  Michael Kubacki <michael.a.kubacki@intel.com> </o=Intel/ou=External (FYDIBOHF25SPDLT)/cn=Recipients/cn=3c8b0226e75f4ab08d20c151cb7a8a72>
 Michael Zimmermann <sigmaepsilon92@gmail.com> <[mailto:sigmaepsilon92@gmail.com]>
 Mike Wu <mike.wu@intel.com> <mikewuping@6f19259b-4bc3-4df7-8a09-765794883524>
+Ming Tan <ming.tan@intel.com>
--
2.21.0





^ permalink raw reply related	[flat|nested] 151+ messages in thread

* Re: [edk2-devel] [PATCH v2 001/105] .mailmap: Add a stub with documentation
  2019-12-06 12:24   ` [edk2-devel] " Laszlo Ersek
@ 2020-01-02 17:25     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 151+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-01-02 17:25 UTC (permalink / raw)
  To: Laszlo Ersek, devel

On 12/6/19 1:24 PM, Laszlo Ersek wrote:
> On 12/06/19 12:24, Philippe Mathieu-Daudé wrote:
>> 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:
>> * https://git-scm.com/docs/git-shortlog#_mapping_authors
>> * https://git-scm.com/docs/git-check-mailmap#_mapping_authors
>>
>> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>> ---
>>   .mailmap | 11 +++++++++++
>>   1 file changed, 11 insertions(+)
>>   create mode 100644 .mailmap
>>
>> diff --git a/.mailmap b/.mailmap
>> new file mode 100644
>> index 000000000000..6d88189a58d4
>> --- /dev/null
>> +++ b/.mailmap
>> @@ -0,0 +1,11 @@
>> +#
>> +# This list is used by git-shortlog to fix a few botched name translations
>> +# in the git archive, either because the author's full name was messed up
>> +# and/or not always written the same way, making contributions from the
>> +# same person appearing not to be so or badly displayed.
>> +#
>> +# Please keep this file sorted alphabetically, and email in lowercase.
>> +# The format used is:
>> +#
>> +#   Firstname Lastname <email@domain.tld>
>> +#
>>
> 
> Assuming this new text file uses CRLF line terminators (for consistency
> with the rest of the project at this time):

Yes it does:

$ file .mailmap
.mailmap: UTF-8 Unicode text, with CRLF line terminators

> 
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thanks!


^ permalink raw reply	[flat|nested] 151+ messages in thread

end of thread, other threads:[~2020-01-02 17:25 UTC | newest]

Thread overview: 151+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 11:24 [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
2019-12-06 11:24 ` [PATCH v2 001/105] .mailmap: Add a stub with documentation Philippe Mathieu-Daudé
2019-12-06 12:24   ` [edk2-devel] " Laszlo Ersek
2020-01-02 17:25     ` Philippe Mathieu-Daudé
2019-12-06 11:24 ` [PATCH v2 002/105] .mailmap: Add an entry for Alexei Fedorov Philippe Mathieu-Daudé
2019-12-06 11:24 ` [PATCH v2 003/105] .mailmap: Add an entry for Amy Chan Philippe Mathieu-Daudé
2019-12-06 11:24 ` [PATCH v2 004/105] .mailmap: Add an entry for Andrew Fish Philippe Mathieu-Daudé
2019-12-06 11:24 ` [PATCH v2 005/105] .mailmap: Add an entry for Antoine Cœur Philippe Mathieu-Daudé
2019-12-06 12:41   ` Cœur
2019-12-06 11:24 ` [PATCH v2 006/105] .mailmap: Add an entry for Ard Biesheuvel Philippe Mathieu-Daudé
2019-12-06 11:38   ` Ard Biesheuvel
2019-12-06 11:25 ` [PATCH v2 007/105] .mailmap: Add an entry for Ashley DeSimone Philippe Mathieu-Daudé
2019-12-06 17:24   ` Desimone, Ashley E
2019-12-06 18:25     ` Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 008/105] .mailmap: Add an entry for Ashraf Javeed Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 009/105] .mailmap: Add an entry for Baraneedharan Anbazhagan Philippe Mathieu-Daudé
2019-12-07 14:42   ` Anbazhagan, Baraneedharan
2019-12-06 11:25 ` [PATCH v2 010/105] .mailmap: Add an entry for Bob Feng Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 011/105] .mailmap: Add an entry for Brendan Jackman Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 012/105] .mailmap: Add an entry for Chao Zhang Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 013/105] .mailmap: Add an entry for Chasel Chiu Philippe Mathieu-Daudé
2019-12-09  2:28   ` Chiu, Chasel
2019-12-06 11:25 ` [PATCH v2 014/105] .mailmap: Add an entry for Chen A Chen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 015/105] .mailmap: Add an entry for Cheng Ching Jen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 016/105] .mailmap: Add an entry for Christian Rodriguez Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 017/105] .mailmap: Add an entry for Christopher J Zurcher Philippe Mathieu-Daudé
2019-12-09 11:33   ` [edk2-devel] " Zurcher, Christopher J
2019-12-06 11:25 ` [PATCH v2 018/105] .mailmap: Add an entry for Dandan Bi Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 019/105] .mailmap: Add an entry for David Chan Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 020/105] .mailmap: Add an entry for David Wei Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 021/105] .mailmap: Add an entry for Derek Lin Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 022/105] .mailmap: Add an entry for Digant H Solanki Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 023/105] .mailmap: Add an entry for Eric Dong Philippe Mathieu-Daudé
2019-12-07 10:58   ` Dong, Eric
2019-12-06 11:25 ` [PATCH v2 024/105] .mailmap: Add an entry for Eric Jin Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 025/105] .mailmap: Add an entry for Erik Bjorge Philippe Mathieu-Daudé
2019-12-06 17:54   ` erik.c.bjorge
2019-12-06 11:25 ` [PATCH v2 026/105] .mailmap: Add an entry for Eugene Cohen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 027/105] .mailmap: Add an entry for Feng Tian Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 028/105] .mailmap: Add an entry for Feng Yunhua Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 029/105] .mailmap: Add an entry for Guo Dong Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 030/105] .mailmap: Add an entry for Hao Wu Philippe Mathieu-Daudé
2019-12-09  1:15   ` Wu, Hao A
2019-12-06 11:25 ` [PATCH v2 031/105] .mailmap: Add an entry for Harry Liebel Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 032/105] .mailmap: Add an entry for Herbie Robinson Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 033/105] .mailmap: Add an entry for Hess Chen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 034/105] .mailmap: Add an entry for Hot Tian Philippe Mathieu-Daudé
2019-12-08  2:59   ` [edk2-devel] " Hot Tian
2019-12-06 11:25 ` [PATCH v2 035/105] .mailmap: Add an entry for Jaben Carsey Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 036/105] .mailmap: Add an entry for Jan Dabros Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 037/105] .mailmap: Add an entry for Jeff Bobzin Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 038/105] .mailmap: Add an entry for Jian J Wang Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 039/105] .mailmap: Add an entry for Jiaxin Wu Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 040/105] .mailmap: Add an entry for Jim Dailey Philippe Mathieu-Daudé
2019-12-06 12:41   ` [edk2-devel] " Jim Dailey
2019-12-06 11:25 ` [PATCH v2 041/105] .mailmap: Add an entry for Jordan Justen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 042/105] .mailmap: Add an entry for Ken Lu Philippe Mathieu-Daudé
2019-12-09  1:12   ` Lu, Ken
2019-12-06 11:25 ` [PATCH v2 043/105] .mailmap: Add an entry for Laszlo Ersek Philippe Mathieu-Daudé
2019-12-06 12:44   ` Laszlo Ersek
2019-12-06 11:25 ` [PATCH v2 044/105] .mailmap: Add an entry for Laurie Jarlstrom Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 045/105] .mailmap: Add an entry for Lee Rosenbaum Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 046/105] .mailmap: Add an entry for Leon Li Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 047/105] .mailmap: Add an entry for Liming Gao Philippe Mathieu-Daudé
2019-12-10  0:44   ` Liming Gao
2019-12-06 11:25 ` [PATCH v2 048/105] .mailmap: Add an entry for Loh Tien Hock Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 049/105] .mailmap: Add an entry for Lubo Zhang Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 050/105] .mailmap: Add an entry for Lu Shifei Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 051/105] .mailmap: Add an entry for Maciej Rabeda Philippe Mathieu-Daudé
2019-12-06 12:58   ` Rabeda, Maciej
2019-12-06 11:25 ` [PATCH v2 052/105] .mailmap: Add an entry for Maggie Chu Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 053/105] .mailmap: Add an entry for Marc-André Lureau Philippe Mathieu-Daudé
2019-12-06 20:42   ` Marc-André Lureau
2019-12-06 11:25 ` [PATCH v2 054/105] .mailmap: Add an entry for Marc W Chen Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 055/105] .mailmap: Add an entry for Marvin Häuser Philippe Mathieu-Daudé
2019-12-06 16:17   ` Marvin Häuser
2019-12-06 11:25 ` [PATCH v2 056/105] .mailmap: Add an entry for Mateusz Albecki Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 057/105] .mailmap: Add an entry for Maurice Ma Philippe Mathieu-Daudé
2019-12-06 14:58   ` [edk2-devel] " Ma, Maurice
2019-12-06 11:25 ` [PATCH v2 058/105] .mailmap: Add an entry for Maxim Shvecov Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 059/105] .mailmap: Add an entry for Michael Johnson Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 060/105] .mailmap: Add an entry for Michael Kinney Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 061/105] .mailmap: Add an entry for Michael Kubacki Philippe Mathieu-Daudé
2019-12-06 23:43   ` [edk2-devel] " Kubacki, Michael A
2019-12-06 11:25 ` [PATCH v2 062/105] .mailmap: Add an entry for Michael Zimmermann Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 063/105] .mailmap: Add an entry for Mike Wu Philippe Mathieu-Daudé
2019-12-06 11:25 ` [PATCH v2 064/105] .mailmap: Add an entry for Ming Tan Philippe Mathieu-Daudé
2020-01-02  0:28   ` [edk2-devel] " Tan, Ming
2019-12-06 11:25 ` [PATCH v2 065/105] .mailmap: Add an entry for Nikolai Saoukh Philippe Mathieu-Daudé
2019-12-06 12:36   ` Николай Саух
2019-12-06 11:25 ` [PATCH v2 066/105] .mailmap: Add an entry for Olivier Martin Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 067/105] .mailmap: Add an entry for Pedroa Liu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 068/105] .mailmap: Add an entry for Penny Gao Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 069/105] .mailmap: Add an entry for Philippe Mathieu-Daudé Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 070/105] .mailmap: Add an entry for Qian Ouyang Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 071/105] .mailmap: Add an entry for Qing Huang Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 072/105] .mailmap: Add an entry for Qiu Shumin Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 073/105] .mailmap: Add an entry for Ray Ni Philippe Mathieu-Daudé
2019-12-09  1:48   ` Ni, Ray
2019-12-06 11:26 ` [PATCH v2 074/105] .mailmap: Add an entry for Rebecca Cran Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 075/105] .mailmap: Add an entry for Richard Thomaiyar Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 076/105] .mailmap: Add an entry for Rodrigo Gonzalez del Cueto Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 077/105] .mailmap: Add an entry for Ronald Cron Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 078/105] .mailmap: Add an entry for Rui Sun Philippe Mathieu-Daudé
2019-12-10  0:47   ` [edk2-devel] " Liming Gao
2019-12-06 11:26 ` [PATCH v2 079/105] .mailmap: Add an entry for Sachin Agrawal Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 080/105] .mailmap: Add an entry for Samer El-Haj-Mahmoud Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 081/105] .mailmap: Add an entry for Satya Yarlagadda Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 082/105] .mailmap: Add an entry for Sergey Isakov Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 083/105] .mailmap: Add an entry for Shenglei Zhang Philippe Mathieu-Daudé
2019-12-13  3:18   ` Zhang, Shenglei
2019-12-06 11:26 ` [PATCH v2 084/105] .mailmap: Add an entry for Siyuan Fu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 085/105] .mailmap: Add an entry for Songpeng Li Philippe Mathieu-Daudé
2019-12-09  1:51   ` Li, Aaron
2019-12-09 16:26     ` [edk2-devel] " Laszlo Ersek
2019-12-10  1:21       ` Li, Aaron
2019-12-06 11:26 ` [PATCH v2 086/105] .mailmap: Add an entry for Sriram Subramanian Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 087/105] .mailmap: Add an entry for Star Zeng Philippe Mathieu-Daudé
2019-12-07 15:06   ` [edk2-devel] " Zeng, Star
2019-12-06 11:26 ` [PATCH v2 088/105] .mailmap: Add an entry for Steven Shi Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 089/105] .mailmap: Add an entry for Ting Ye Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 090/105] .mailmap: Add an entry for Tomas Pilar Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 091/105] .mailmap: Add an entry for Vanguput Narendra Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 092/105] .mailmap: Add an entry for Vitaly Cheptsov Philippe Mathieu-Daudé
2019-12-06 13:00   ` Vitaly Cheptsov
2019-12-06 11:26 ` [PATCH v2 093/105] .mailmap: Add an entry for Vladimir Olovyannikov Philippe Mathieu-Daudé
2019-12-06 16:59   ` Vladimir Olovyannikov
2019-12-06 11:26 ` [PATCH v2 094/105] .mailmap: Add an entry for Wang Fan Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 095/105] .mailmap: Add an entry for Wang Yu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 096/105] .mailmap: Add an entry for Wei Xu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 097/105] .mailmap: Add an entry for Xiaofeng Wang Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 098/105] .mailmap: Add an entry for Xiaoyu Lu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 099/105] .mailmap: Add an entry for Xue Shengfeng Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 100/105] .mailmap: Add an entry for Yao Jiewen Philippe Mathieu-Daudé
2019-12-06 13:31   ` Yao, Jiewen
2019-12-06 14:00     ` Philippe Mathieu-Daudé
2019-12-06 14:13       ` [edk2-devel] " Yao, Jiewen
2019-12-06 11:26 ` [PATCH v2 101/105] .mailmap: Add an entry for Yeh Greg Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 102/105] .mailmap: Add an entry for Yingke Liu Philippe Mathieu-Daudé
2019-12-06 11:26 ` [PATCH v2 103/105] .mailmap: Add an entry for Yonghong Zhu Philippe Mathieu-Daudé
2019-12-11  1:52   ` Zhu, Yonghong
2019-12-06 11:26 ` [PATCH v2 104/105] .mailmap: Add an entry for Yu-Chen Lin Philippe Mathieu-Daudé
2019-12-06 13:59   ` yuchenlin
2019-12-06 14:05     ` yuchenlin
2019-12-06 11:26 ` [PATCH v2 105/105] .mailmap: Add an entry for Zailiang Sun Philippe Mathieu-Daudé
2019-12-06 12:13 ` [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Philippe Mathieu-Daudé
2019-12-06 12:43   ` Laszlo Ersek
2019-12-06 14:09     ` Philippe Mathieu-Daudé
2019-12-06 15:09       ` Laszlo Ersek
2019-12-06 12:23 ` Laszlo Ersek
2019-12-06 14:11   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox