public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] .mailmap: Update description and my email address
@ 2020-04-07 22:16 Eugene Cohen
  2020-04-07 22:16 ` [PATCH 1/2] .mailmap: update description to account for job changes Eugene Cohen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eugene Cohen @ 2020-04-07 22:16 UTC (permalink / raw)
  To: devel; +Cc: Eugene Cohen

In addition to fixing messed up names, mailmap can be used to record
legitimate email address changes due to change of employers.  Update the
description in the mailmap comments section accordingly and then add
a new entry for me reflecting my NUVIA email address.

Signed-off-by: Eugene Cohen <eugene@nuviainc.com>

Eugene Cohen (2):
  .mailmap: update description to account for job changes
  .mailmap: add entry for Eugene Cohen reflecting email change

 .mailmap | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.24.1 (Apple Git-126)


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

* [PATCH 1/2] .mailmap: update description to account for job changes
  2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
@ 2020-04-07 22:16 ` Eugene Cohen
  2020-04-07 22:16 ` [PATCH 2/2] .mailmap: add entry for Eugene Cohen reflecting email change Eugene Cohen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eugene Cohen @ 2020-04-07 22:16 UTC (permalink / raw)
  To: devel; +Cc: Eugene Cohen

Signed-off-by: Eugene Cohen <eugene@nuviainc.com>
---
 .mailmap | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index ae179b0886c7..80ae7ba62e2f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,8 +1,7 @@
 #
-# 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.
+# This list is used by git-shortlog to update a few name translations
+# in the git archive to adjust for job changes or incorrect/inconsistent
+# name usage.
 #
 # Please keep this file sorted alphabetically, and email in lowercase.
 # The format used is:
-- 
2.24.1 (Apple Git-126)


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

* [PATCH 2/2] .mailmap: add entry for Eugene Cohen reflecting email change
  2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
  2020-04-07 22:16 ` [PATCH 1/2] .mailmap: update description to account for job changes Eugene Cohen
@ 2020-04-07 22:16 ` Eugene Cohen
  2020-04-08 11:10 ` [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address Laszlo Ersek
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eugene Cohen @ 2020-04-07 22:16 UTC (permalink / raw)
  To: devel; +Cc: Eugene Cohen

Signed-off-by: Eugene Cohen <eugene@nuviainc.com>
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 80ae7ba62e2f..ba246ff6cd80 100644
--- a/.mailmap
+++ b/.mailmap
@@ -22,6 +22,8 @@ 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>
 Erik Bjorge <erik.c.bjorge@intel.com> <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
+Eugene Cohen <eugene@nuviainc.com>
+Eugene Cohen <eugene@nuviainc.com> <eugene@hp.com>
 Hao A Wu <hao.a.wu@intel.com>
 Hao A Wu <hao.a.wu@intel.com> <hwu1225@Edk2>
 Hot Tian <hot.tian@intel.com>
-- 
2.24.1 (Apple Git-126)


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

* Re: [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address
  2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
  2020-04-07 22:16 ` [PATCH 1/2] .mailmap: update description to account for job changes Eugene Cohen
  2020-04-07 22:16 ` [PATCH 2/2] .mailmap: add entry for Eugene Cohen reflecting email change Eugene Cohen
@ 2020-04-08 11:10 ` Laszlo Ersek
  2020-04-08 16:30 ` Leif Lindholm
  2020-04-09 11:32 ` Laszlo Ersek
  4 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek @ 2020-04-08 11:10 UTC (permalink / raw)
  To: devel, eugene; +Cc: Michael Kinney, Andrew Fish, Leif Lindholm (Linaro address)

On 04/08/20 00:16, Eugene Cohen wrote:
> In addition to fixing messed up names, mailmap can be used to record
> legitimate email address changes due to change of employers.  Update the
> description in the mailmap comments section accordingly and then add
> a new entry for me reflecting my NUVIA email address.
> 
> Signed-off-by: Eugene Cohen <eugene@nuviainc.com>
> 
> Eugene Cohen (2):
>   .mailmap: update description to account for job changes
>   .mailmap: add entry for Eugene Cohen reflecting email change
> 
>  .mailmap | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 

series
Reviewed-by: Laszlo Ersek <lersek@redhat.com>

I plan to push this tomorrow (to allow for more feedback).

Thanks
Laszlo


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

* Re: [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address
  2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
                   ` (2 preceding siblings ...)
  2020-04-08 11:10 ` [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address Laszlo Ersek
@ 2020-04-08 16:30 ` Leif Lindholm
  2020-04-09 11:32 ` Laszlo Ersek
  4 siblings, 0 replies; 6+ messages in thread
From: Leif Lindholm @ 2020-04-08 16:30 UTC (permalink / raw)
  To: devel, eugene

On Tue, Apr 07, 2020 at 16:16:49 -0600, Eugene Cohen wrote:
> In addition to fixing messed up names, mailmap can be used to record
> legitimate email address changes due to change of employers.  Update the
> description in the mailmap comments section accordingly and then add
> a new entry for me reflecting my NUVIA email address.
> 
> Signed-off-by: Eugene Cohen <eugene@nuviainc.com>

Thanks Eugene, for picking up the gauntlet.
For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>

> Eugene Cohen (2):
>   .mailmap: update description to account for job changes
>   .mailmap: add entry for Eugene Cohen reflecting email change
> 
>  .mailmap | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> -- 
> 2.24.1 (Apple Git-126)
> 
> 
> 
> 

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

* Re: [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address
  2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
                   ` (3 preceding siblings ...)
  2020-04-08 16:30 ` Leif Lindholm
@ 2020-04-09 11:32 ` Laszlo Ersek
  4 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek @ 2020-04-09 11:32 UTC (permalink / raw)
  To: devel, eugene

On 04/08/20 00:16, Eugene Cohen wrote:
> In addition to fixing messed up names, mailmap can be used to record
> legitimate email address changes due to change of employers.  Update the
> description in the mailmap comments section accordingly and then add
> a new entry for me reflecting my NUVIA email address.
> 
> Signed-off-by: Eugene Cohen <eugene@nuviainc.com>
> 
> Eugene Cohen (2):
>   .mailmap: update description to account for job changes
>   .mailmap: add entry for Eugene Cohen reflecting email change
> 
>  .mailmap | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 

Merged as commit range d4bc5378e003..e4004e8e505a, via
<https://github.com/tianocore/edk2/pull/514>.

Thanks!
Laszlo


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

end of thread, other threads:[~2020-04-09 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-07 22:16 [PATCH 0/2] .mailmap: Update description and my email address Eugene Cohen
2020-04-07 22:16 ` [PATCH 1/2] .mailmap: update description to account for job changes Eugene Cohen
2020-04-07 22:16 ` [PATCH 2/2] .mailmap: add entry for Eugene Cohen reflecting email change Eugene Cohen
2020-04-08 11:10 ` [edk2-devel] [PATCH 0/2] .mailmap: Update description and my email address Laszlo Ersek
2020-04-08 16:30 ` Leif Lindholm
2020-04-09 11:32 ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox