* [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
@ 2011-12-01 18:55 Peter Maydell
2011-12-01 19:45 ` Stefan Weil
2011-12-01 23:49 ` Paul Brook
0 siblings, 2 replies; 6+ messages in thread
From: Peter Maydell @ 2011-12-01 18:55 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, patches, Blue Swirl, Paul Brook,
Edgar E. Iglesias, Aurelien Jarno
Add a .mailmap file so 'git shortlog' can map the unfriendly
pre-git-conversion author entries to real names.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
v1->v2:
fixed Andrzej's email to match MAINTAINERS file
added entries for Fabrice Bellard, Jocelyn Mayer
cc'd active maintainers with an entry in the mailmap
.mailmap | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 .mailmap
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..80ea514
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,16 @@
+# This mailmap just translates the weird addresses from the original import into git
+# into proper addresses so that they are counted properly in git shortlog output.
+#
+Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
+Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
+Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
+Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
+malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
+Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
+Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
+Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
+Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
+Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
+# There is also a:
+# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
+# for the cvs2svn initialization commit e63c3dc74bf.
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
2011-12-01 18:55 [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names Peter Maydell
@ 2011-12-01 19:45 ` Stefan Weil
2011-12-01 20:12 ` Peter Maydell
2011-12-01 23:49 ` Paul Brook
1 sibling, 1 reply; 6+ messages in thread
From: Stefan Weil @ 2011-12-01 19:45 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
Am 01.12.2011 19:55, schrieb Peter Maydell:
> Add a .mailmap file so 'git shortlog' can map the unfriendly
> pre-git-conversion author entries to real names.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> v1->v2:
> fixed Andrzej's email to match MAINTAINERS file
> added entries for Fabrice Bellard, Jocelyn Mayer
> cc'd active maintainers with an entry in the mailmap
>
> .mailmap | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
> create mode 100644 .mailmap
>
> diff --git a/.mailmap b/.mailmap
> new file mode 100644
> index 0000000..80ea514
> --- /dev/null
> +++ b/.mailmap
> @@ -0,0 +1,16 @@
> +# This mailmap just translates the weird addresses from the original
> import into git
> +# into proper addresses so that they are counted properly in git
> shortlog output.
> +#
> +Aurelien Jarno <aurelien@aurel32.net> aurel32
> <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Blue Swirl <blauwirbel@gmail.com> blueswir1
> <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Anthony Liguori <aliguori@us.ibm.com> aliguori
> <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl
> <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
> +malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Paul Brook <paul@codesourcery.com> pbrook
> <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Andrzej Zaborowski <balrogg@gmail.com> balrog
> <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Thiemo Seufer <ths@networkno.de> ths
> <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Fabrice Bellard <fabrice@bellard.org> bellard
> <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Jocelyn Mayer <l_indien@magic.fr> j_mayer
> <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
> +# There is also a:
> +# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
> +# for the cvs2svn initialization commit e63c3dc74bf.
I suggest keeping this list sorted (alphabetically, starting with first
column).
That makes adding new entries easier. New entries are useful for doublets
like this one:
Venkateswararao Jujjuri
Venkateswararao Jujjuri (JV)
Regards
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
2011-12-01 19:45 ` Stefan Weil
@ 2011-12-01 20:12 ` Peter Maydell
0 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2011-12-01 20:12 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel
On 1 December 2011 19:45, Stefan Weil <sw@weilnetz.de> wrote:
> I suggest keeping this list sorted (alphabetically, starting with first
> column).
> That makes adding new entries easier.
Makes sense. Will do that in v3 (but will wait a bit to see
if we get any further comments first).
> New entries are useful for doublets
> like this one:
>
> Venkateswararao Jujjuri
> Venkateswararao Jujjuri (JV)
I wasn't planning to include removing duplicates in the scope
of this initial patch (since that requires checking with the people
concerned about which one is their preferred form). We can always
add entries later.
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
2011-12-01 18:55 [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names Peter Maydell
2011-12-01 19:45 ` Stefan Weil
@ 2011-12-01 23:49 ` Paul Brook
1 sibling, 0 replies; 6+ messages in thread
From: Paul Brook @ 2011-12-01 23:49 UTC (permalink / raw)
To: Peter Maydell; +Cc: qemu-devel
> Add a .mailmap file so 'git shortlog' can map the unfriendly
> pre-git-conversion author entries to real names.
>+Paul Brook> <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
This bit looks ok to me.
Paul
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
@ 2011-12-12 10:58 Peter Maydell
2011-12-12 23:35 ` Anthony Liguori
0 siblings, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2011-12-12 10:58 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, patches, Blue Swirl, Paul Brook,
Edgar E. Iglesias, Aurelien Jarno
Add a .mailmap file so 'git shortlog' can map the unfriendly
pre-git-conversion author entries to real names.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
v1->v2:
fixed Andrzej's email to match MAINTAINERS file
added entries for Fabrice Bellard, Jocelyn Mayer
cc'd active maintainers with an entry in the mailmap
v2->v3:
sorted into alpha order by first column
.mailmap | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 .mailmap
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..9797802
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,16 @@
+# This mailmap just translates the weird addresses from the original import into git
+# into proper addresses so that they are counted properly in git shortlog output.
+#
+Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
+Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
+Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
+Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
+Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
+Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
+Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
+Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
+Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
+malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
+# There is also a:
+# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
+# for the cvs2svn initialization commit e63c3dc74bf.
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
2011-12-12 10:58 Peter Maydell
@ 2011-12-12 23:35 ` Anthony Liguori
0 siblings, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2011-12-12 23:35 UTC (permalink / raw)
To: Peter Maydell
Cc: patches, qemu-devel, Blue Swirl, Paul Brook, Edgar E. Iglesias,
Aurelien Jarno
On 12/12/2011 04:58 AM, Peter Maydell wrote:
> Add a .mailmap file so 'git shortlog' can map the unfriendly
> pre-git-conversion author entries to real names.
>
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> v1->v2:
> fixed Andrzej's email to match MAINTAINERS file
> added entries for Fabrice Bellard, Jocelyn Mayer
> cc'd active maintainers with an entry in the mailmap
> v2->v3:
> sorted into alpha order by first column
>
> .mailmap | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
> create mode 100644 .mailmap
>
> diff --git a/.mailmap b/.mailmap
> new file mode 100644
> index 0000000..9797802
> --- /dev/null
> +++ b/.mailmap
> @@ -0,0 +1,16 @@
> +# This mailmap just translates the weird addresses from the original import into git
> +# into proper addresses so that they are counted properly in git shortlog output.
> +#
> +Andrzej Zaborowski<balrogg@gmail.com> balrog<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Anthony Liguori<aliguori@us.ibm.com> aliguori<aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Aurelien Jarno<aurelien@aurel32.net> aurel32<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Blue Swirl<blauwirbel@gmail.com> blueswir1<blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Edgar E. Iglesias<edgar.iglesias@gmail.com> edgar_igl<edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Fabrice Bellard<fabrice@bellard.org> bellard<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Jocelyn Mayer<l_indien@magic.fr> j_mayer<j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Paul Brook<paul@codesourcery.com> pbrook<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
> +Thiemo Seufer<ths@networkno.de> ths<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
> +malc<av1474@comtv.ru> malc<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
> +# There is also a:
> +# (no author)<(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
> +# for the cvs2svn initialization commit e63c3dc74bf.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-12-12 23:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 18:55 [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names Peter Maydell
2011-12-01 19:45 ` Stefan Weil
2011-12-01 20:12 ` Peter Maydell
2011-12-01 23:49 ` Paul Brook
-- strict thread matches above, loose matches on Subject: below --
2011-12-12 10:58 Peter Maydell
2011-12-12 23:35 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).