[libvirt] [PATCH] Change my email domain

I'd like to change my primary email address to jfehlig@suse.com. This patch changes it in AUTHORS and .mailmap. --- .mailmap | 3 ++- AUTHORS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index cdfd9fd..2795047 100644 --- a/.mailmap +++ b/.mailmap @@ -13,7 +13,8 @@ <meyering@redhat.com> <jim@meyering.net> <socketpair@gmail.com> <socketpair gmail com> <soren@linux2go.dk> <soren@ubuntu.com> -<jfehlig@novell.com> <jfehlig@linux-ypgk.site> +<jfehlig@suse.com> <jfehlig@novell.com> +<jfehlig@suse.com> <jfehlig@linux-ypgk.site> <jclift@redhat.com> <justin@salasaga.org> <berrange@redhat.com> <dan@berrange.com> <soren@linux2go.dk> <soren@canonical.com> diff --git a/AUTHORS b/AUTHORS index 6cf2cd5..3dc34e9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,7 +13,7 @@ The primary maintainers and people with commit access rights: Mark McLoughlin <markmc@redhat.com> Anthony Liguori <aliguori@us.ibm.com> Jim Meyering <meyering@redhat.com> - Jim Fehlig <jfehlig@novell.com> + Jim Fehlig <jfehlig@suse.com> Chris Lalancette <clalance@redhat.com> Cole Robinson <crobinso@redhat.com> Guido Günther <agx@sigxcpu.org> -- 1.7.5.4

On 09/01/2011 04:18 PM, Jim Fehlig wrote:
I'd like to change my primary email address to jfehlig@suse.com. This patch changes it in AUTHORS and .mailmap. --- .mailmap | 3 ++- AUTHORS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
ACK. You of all people should know how you want to be listed, so this qualifies for the trivial rule :) For future reference - on administrivia like this, I tend to post my intentions and maybe even a link to the online git browser for the actual commit that I already pushed under the trivial rule, but refrain from posting the actual patch on list. My rationale is that patches to either AUTHORS or .mailmap put a lot of email addresses in plain text into the mail archives, which can then feed spammers the addresses of people completely unrelated to the line you patched. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

Eric Blake wrote:
On 09/01/2011 04:18 PM, Jim Fehlig wrote:
I'd like to change my primary email address to jfehlig@suse.com. This patch changes it in AUTHORS and .mailmap. --- .mailmap | 3 ++- AUTHORS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
ACK. You of all people should know how you want to be listed, so this qualifies for the trivial rule :)
:-) Pushed.
For future reference - on administrivia like this, I tend to post my intentions and maybe even a link to the online git browser for the actual commit that I already pushed under the trivial rule, but refrain from posting the actual patch on list. My rationale is that patches to either AUTHORS or .mailmap put a lot of email addresses in plain text into the mail archives, which can then feed spammers the addresses of people completely unrelated to the line you patched.
That's a very good point. Thanks! Regards, Jim
participants (2)
-
Eric Blake
-
Jim Fehlig