* [PATCH 0/3] .mailmap: Add more entries to keep a clean git history
@ 2021-12-08 21:56 Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 1/3] .mailmap: Add an entry for Wenyi Xie Philippe Mathieu-Daudé
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-08 21:56 UTC (permalink / raw)
To: devel
Cc: Wenyi Xie, Michael D Kinney, Jiahui Cen, Andrew Fish,
Leif Lindholm, Brijesh Singh, Philippe Mathieu-Daude
From: Philippe Mathieu-Daude <philmd@redhat.com>
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].
In this series we fix 3 morecontributors emails, eaten by the mailing
list.
Regards,
Phil.
[1] https://git-scm.com/docs/git-shortlog#_mapping_authors
[2] https://git-scm.com/docs/git-check-mailmap#_mapping_authors
Philippe Mathieu-Daud�� (3):
.mailmap: Add an entry for Wenyi Xie
.mailmap: Add an entry for Brijesh Singh
.mailmap: Add an entry for Jiahui Cen
.mailmap | 3 +++
1 file changed, 3 insertions(+)
--
2.33.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] .mailmap: Add an entry for Wenyi Xie
2021-12-08 21:56 [PATCH 0/3] .mailmap: Add more entries to keep a clean git history Philippe Mathieu-Daudé
@ 2021-12-08 21:56 ` Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 2/3] .mailmap: Add an entry for Brijesh Singh Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 3/3] .mailmap: Add an entry for Jiahui Cen Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-08 21:56 UTC (permalink / raw)
To: devel
Cc: Wenyi Xie, Michael D Kinney, Jiahui Cen, Andrew Fish,
Leif Lindholm, Brijesh Singh, Philippe Mathieu-Daude
From: Philippe Mathieu-Daude <philmd@redhat.com>
We use .mailmap to display contributors email addresses in an
uniform format.
Add an entry for Wenyi Xie to have his/her name and email address
displayed properly in the git history (in particular, commit
dfafa8e453: "MdeModulePkg/DxeCorePerformanceLib:Variable Initial").
Cc: Wenyi Xie <xiewenyi2@huawei.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
.mailmap | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mailmap b/.mailmap
index 1721b8f10dbb..4540c415ee8c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -74,6 +74,7 @@ Tom Lendacky <thomas.lendacky@amd.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>
Wei6 Xu <wei6.xu@intel.com>
+Wenyi Xie <xiewenyi2@huawei.com> <xiewenyi2=huawei.com@groups.io>
Yonghong Zhu <yonghong.zhu@intel.com>
Yonghong Zhu <yonghong.zhu@intel.com> <yzhu52@Edk2>
Yu-Chen Lin <yuchenlin@synology.com>
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] .mailmap: Add an entry for Brijesh Singh
2021-12-08 21:56 [PATCH 0/3] .mailmap: Add more entries to keep a clean git history Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 1/3] .mailmap: Add an entry for Wenyi Xie Philippe Mathieu-Daudé
@ 2021-12-08 21:56 ` Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 3/3] .mailmap: Add an entry for Jiahui Cen Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-08 21:56 UTC (permalink / raw)
To: devel
Cc: Wenyi Xie, Michael D Kinney, Jiahui Cen, Andrew Fish,
Leif Lindholm, Brijesh Singh, Philippe Mathieu-Daude
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="US-ASCII", Size: 1080 bytes --]
From: Philippe Mathieu-Daude <philmd@redhat.com>
We use .mailmap to display contributors email addresses in an
uniform format.
Add an entry for Brijesh Singh to have his/her name and email
address displayed properly in the git history (in particular,
commit dc485c556d5f: "OvmfPkg/ResetVector: add the macro to
request guest termination").
Cc: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
.mailmap | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mailmap b/.mailmap
index 4540c415ee8c..8eaf3dfe5f9a 100644
--- a/.mailmap
+++ b/.mailmap
@@ -15,6 +15,7 @@ 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>
Baraneedharan Anbazhagan <anbazhagan@hp.com>
+Brijesh Singh <brijesh.singh@amd.com> <brijesh.singh=amd.com@groups.io>
Chasel Chiu <chasel.chiu@intel.com>
Christopher J Zurcher <christopher.j.zurcher@intel.com>
Eric Dong <eric.dong@intel.com>
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] .mailmap: Add an entry for Jiahui Cen
2021-12-08 21:56 [PATCH 0/3] .mailmap: Add more entries to keep a clean git history Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 1/3] .mailmap: Add an entry for Wenyi Xie Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 2/3] .mailmap: Add an entry for Brijesh Singh Philippe Mathieu-Daudé
@ 2021-12-08 21:56 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-12-08 21:56 UTC (permalink / raw)
To: devel
Cc: Wenyi Xie, Michael D Kinney, Jiahui Cen, Andrew Fish,
Leif Lindholm, Brijesh Singh, Philippe Mathieu-Daude
From: Philippe Mathieu-Daude <philmd@redhat.com>
We use .mailmap to display contributors email addresses in an
uniform format.
Add an entry for Jiahui Cen to have his/her name and email
address displayed properly in the git history (in particular,
commit 7a6172f88bb0: "OvmfPkg: Introduce PciHostBridgeUtilityLib
class").
Cc: Jiahui Cen <cenjiahui@huawei.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
.mailmap | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mailmap b/.mailmap
index 8eaf3dfe5f9a..1d7de3de5fa3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -29,6 +29,7 @@ Hao A Wu <hao.a.wu@intel.com>
Hao A Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
Hot Tian <hot.tian@intel.com>
Hot Tian <hot.tian@intel.com> <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
+Jiahui Cen <cenjiahui@huawei.com> <cenjiahui=huawei.com@groups.io>
Jiewen Yao <jiewen.yao@intel.com>
Jiewen Yao <jiewen.yao@intel.com> <Jiewen.yao@intel.com>
Jiewen Yao <jiewen.yao@intel.com> <Jiewen.Yao@intel.com>
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-12-08 21:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 21:56 [PATCH 0/3] .mailmap: Add more entries to keep a clean git history Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 1/3] .mailmap: Add an entry for Wenyi Xie Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 2/3] .mailmap: Add an entry for Brijesh Singh Philippe Mathieu-Daudé
2021-12-08 21:56 ` [PATCH 3/3] .mailmap: Add an entry for Jiahui Cen 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