[PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output

Philippe Mathieu-Daudé posted 19 patches 3 years, 9 months ago
Test FreeBSD failed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200702173818.14651-1-f4bug@amsat.org
.mailmap | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)
[PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
Most of these developers have the Signed-off-by tag properly
written, but not the author/committer name. Fix this.
Also we incorrectly wrote Arei Gonglei name, update and reorder.

The committer name/email is displayed when using:

  $ git log --format=fuller

(which can be set in git-config setting format.pretty=fuller).

Example of commits with miswritten committer email:
  3b08098b40 76349f5ba8 eb83c2030a 572992eefa 0d4abda8f7

Note: git-log does not use this file by default until you specify
the --use-mailmap flag:

  $ git log --use-mailmap

Since v3:
- Split 1 patch per developer, Cc'ing each developer (lvivier)

Philippe Mathieu-Daudé (19):
  .mailmap: Update Alexander Graf email address
  .mailmap: Update Paul Burton email address
  .mailmap: Display Andreas Faerber name with diaeresis
  .mailmap: Display correct email address for Arei Gonglei
  .mailmap: Display correctly Chen Fan name
  .mailmap: Display correct email address for Christoph Hellwig
  .mailmap: Display Disheng Su name correctly
  .mailmap: Display Hiroyuki Obinata name correctly
  .mailmap: Display correct email address for Jean-Christophe Dubois
  .mailmap: Display Jia Lina name correctly
  .mailmap: Display Lili Huang name correctly
  .mailmap: Display Marek Dolata name properly
  .mailmap: Display correct email address for Michael S. Tsirkin
  .mailmap: Display correct email address for Michael Tokarev
  .mailmap: Display correct email address for Peter Maydell
  .mailmap: Display correct email address for Richard Henderson
  .mailmap: Display correct email address for Stefan Berger
  .mailmap: Display correct email address for Stefan Weil
  .mailmap: Display Ying Fang name correctly

 .mailmap | 29 +++++++++++++++++++++++++----
 1 file changed, 25 insertions(+), 4 deletions(-)

-- 
2.21.3


Re: [PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output
Posted by no-reply@patchew.org 3 years, 9 months ago
Patchew URL: https://patchew.org/QEMU/20200702173818.14651-1-f4bug@amsat.org/



Hi,

This series failed build test on FreeBSD host. Please find the details below.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
# Testing script will be invoked under the git checkout with
# HEAD pointing to a commit that has the patches applied on top of "base"
# branch
if qemu-system-x86_64 --help >/dev/null 2>&1; then
  QEMU=qemu-system-x86_64
elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
  QEMU=/usr/libexec/qemu-kvm
else
  exit 1
fi
make vm-build-freebsd J=21 QEMU=$QEMU
exit 0
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/20200702173818.14651-1-f4bug@amsat.org/testing.FreeBSD/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output
Posted by Ed Maste 3 years, 9 months ago
On Thu, 2 Jul 2020 at 14:12, <no-reply@patchew.org> wrote:
>
> Patchew URL: https://patchew.org/QEMU/20200702173818.14651-1-f4bug@amsat.org/
>
> Hi,
>
> This series failed build test on FreeBSD host. Please find the details below.

I had a look at this (because it's a FreeBSD report); it appears to
have been a temporary connectivity issue.

> fatal: unable to access 'https://github.com/patchew-project/qemu/': Failed connect to github.com:443; Connection timed out