[libvirt] [dbus PATCH] mailmap: Add mailmap file

Andrea Bolognani posted 1 patch 5 years, 10 months ago
Failed in applying to current master (apply log)
.mailmap | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .mailmap
[libvirt] [dbus PATCH] mailmap: Add mailmap file
Posted by Andrea Bolognani 5 years, 10 months ago
The AUTHORS file included in releases contains some
duplicated or incorrect information; having a mailmap
file will make sure future ones wont't suffer from
the same issue.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 .mailmap | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..9a35b7c
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,9 @@
+# 'git shortlog --help' and look for mailmap for the format of each line
+
+# Email consolidation:
+# <Preferred address in AUTHORS> <other alias used by same author>
+<martin@piware.de> <martinpitt@users.noreply.github.com>
+
+# Name consolidation:
+# Preferred author spelling <preferred email>
+Daniel P. Berrangé <berrange@redhat.com>
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH] mailmap: Add mailmap file
Posted by Daniel P. Berrangé 5 years, 10 months ago
On Wed, Jun 27, 2018 at 05:46:22PM +0200, Andrea Bolognani wrote:
> The AUTHORS file included in releases contains some
> duplicated or incorrect information; having a mailmap
> file will make sure future ones wont't suffer from
> the same issue.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  .mailmap | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 .mailmap

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


> diff --git a/.mailmap b/.mailmap
> new file mode 100644
> index 0000000..9a35b7c
> --- /dev/null
> +++ b/.mailmap
> @@ -0,0 +1,9 @@
> +# 'git shortlog --help' and look for mailmap for the format of each line
> +
> +# Email consolidation:
> +# <Preferred address in AUTHORS> <other alias used by same author>
> +<martin@piware.de> <martinpitt@users.noreply.github.com>
> +
> +# Name consolidation:
> +# Preferred author spelling <preferred email>
> +Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list