[PATCH] gitdm: Add other email into Red Hat company list

Julio Faracco posted 1 patch 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211011223917.36197-1-jcfaracco@gmail.com
docs/gitdm/companies/ibm    | 1 -
docs/gitdm/companies/redhat | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
[PATCH] gitdm: Add other email into Red Hat company list
Posted by Julio Faracco 2 years, 6 months ago
Some people from Red Hat does not use 'redhat.com' domain emails.
They use personal or other domains.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
---
 docs/gitdm/companies/ibm    | 1 -
 docs/gitdm/companies/redhat | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gitdm/companies/ibm b/docs/gitdm/companies/ibm
index de05e1be29..ce0315df66 100644
--- a/docs/gitdm/companies/ibm
+++ b/docs/gitdm/companies/ibm
@@ -4,4 +4,3 @@ ibm.com
 # to libvirt and we don't have the corresponding @ibm.com address on file.
 
 danielhb413@gmail.com
-jcfaracco@gmail.com
diff --git a/docs/gitdm/companies/redhat b/docs/gitdm/companies/redhat
index 88037003b2..9cdb2c5bc1 100644
--- a/docs/gitdm/companies/redhat
+++ b/docs/gitdm/companies/redhat
@@ -4,3 +4,4 @@ redhat.com
 # to libvirt and we don't have the corresponding @redhat.com address on file.
 
 lkundrak@v3.sk
+jcfaracco@gmail.com
-- 
2.30.2

Re: [PATCH] gitdm: Add other email into Red Hat company list
Posted by Michal Prívozník 2 years, 6 months ago
On 10/12/21 12:39 AM, Julio Faracco wrote:
> Some people from Red Hat does not use 'redhat.com' domain emails.
> They use personal or other domains.
> 
> Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
> ---
>  docs/gitdm/companies/ibm    | 1 -
>  docs/gitdm/companies/redhat | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

And pushed.

Michal