[PATCH-for-5.2] Revert "mailmap: Update philmd email address"

Philippe Mathieu-Daudé posted 1 patch 4 years, 1 month ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200806135832.2319-1-philmd@redhat.com
.mailmap | 1 -
1 file changed, 1 deletion(-)
[PATCH-for-5.2] Revert "mailmap: Update philmd email address"
Posted by Philippe Mathieu-Daudé 4 years, 1 month ago
This mailmap entry does not work as I expected. I am receiving
emails related to my hobbyist contributions in my work mailbox
and I get distracted :) Remove the entry to keep things separated.

This reverts commit 289371239153b24cb7bd96b6948c6b40b4627a9b.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 .mailmap | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 81c2ce0937..2d97a14af3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -54,7 +54,6 @@ Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org>
 Paul Burton <pburton@wavecomp.com> <paul.burton@mips.com>
 Paul Burton <pburton@wavecomp.com> <paul.burton@imgtec.com>
 Paul Burton <pburton@wavecomp.com> <paul@archlinuxmips.org>
-Philippe Mathieu-Daudé <philmd@redhat.com> <f4bug@amsat.org>
 Stefan Brankovic <stefan.brankovic@syrmia.com> <stefan.brankovic@rt-rk.com.com>
 Yongbok Kim <yongbok.kim@mips.com> <yongbok.kim@imgtec.com>
 
-- 
2.21.3


Re: [PATCH-for-5.2] Revert "mailmap: Update philmd email address"
Posted by Philippe Mathieu-Daudé 4 years, 1 month ago
On 8/6/20 3:58 PM, Philippe Mathieu-Daudé wrote:
> This mailmap entry does not work as I expected. I am receiving
> emails related to my hobbyist contributions in my work mailbox
> and I get distracted :) Remove the entry to keep things separated.
> 
> This reverts commit 289371239153b24cb7bd96b6948c6b40b4627a9b.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

FWIW to respect the stricter .mailmap rules:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> ---
>  .mailmap | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 81c2ce0937..2d97a14af3 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -54,7 +54,6 @@ Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org>
>  Paul Burton <pburton@wavecomp.com> <paul.burton@mips.com>
>  Paul Burton <pburton@wavecomp.com> <paul.burton@imgtec.com>
>  Paul Burton <pburton@wavecomp.com> <paul@archlinuxmips.org>
> -Philippe Mathieu-Daudé <philmd@redhat.com> <f4bug@amsat.org>
>  Stefan Brankovic <stefan.brankovic@syrmia.com> <stefan.brankovic@rt-rk.com.com>
>  Yongbok Kim <yongbok.kim@mips.com> <yongbok.kim@imgtec.com>
>  
> 


Re: [PATCH-for-5.2] Revert "mailmap: Update philmd email address"
Posted by Laurent Vivier 4 years ago
Le 06/08/2020 à 15:58, Philippe Mathieu-Daudé a écrit :
> This mailmap entry does not work as I expected. I am receiving
> emails related to my hobbyist contributions in my work mailbox
> and I get distracted :) Remove the entry to keep things separated.
> 
> This reverts commit 289371239153b24cb7bd96b6948c6b40b4627a9b.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  .mailmap | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 81c2ce0937..2d97a14af3 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -54,7 +54,6 @@ Radoslaw Biernacki <rad@semihalf.com> <radoslaw.biernacki@linaro.org>
>  Paul Burton <pburton@wavecomp.com> <paul.burton@mips.com>
>  Paul Burton <pburton@wavecomp.com> <paul.burton@imgtec.com>
>  Paul Burton <pburton@wavecomp.com> <paul@archlinuxmips.org>
> -Philippe Mathieu-Daudé <philmd@redhat.com> <f4bug@amsat.org>
>  Stefan Brankovic <stefan.brankovic@syrmia.com> <stefan.brankovic@rt-rk.com.com>
>  Yongbok Kim <yongbok.kim@mips.com> <yongbok.kim@imgtec.com>
>  
> 

Applied to my trivial-patches branch.

Thanks,
Laurent