From patchwork Wed Dec 18 18:57:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 1212700 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="cp0olETO"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47dPRM2lF8z9sNH for ; Thu, 19 Dec 2019 05:58:21 +1100 (AEDT) Received: from localhost ([::1]:59116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iheWX-0004lt-TM for incoming@patchwork.ozlabs.org; Wed, 18 Dec 2019 13:58:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38236) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iheVz-0004kl-JG for qemu-devel@nongnu.org; Wed, 18 Dec 2019 13:57:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iheVu-0004Wv-4M for qemu-devel@nongnu.org; Wed, 18 Dec 2019 13:57:41 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:23786 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iheVs-0004SK-7t for qemu-devel@nongnu.org; Wed, 18 Dec 2019 13:57:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576695453; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=EuBgiqTdkCEDux4xUxCFu/Qbf9yzvJQgfH7+vDIP2hA=; b=cp0olETOpapM3Vb9mgxAUGXzA/Mlgi4x+kwP+WZDCMSlTlGsnAzULw+qyCMRSqGK+tDpUo bb/V5tTM+RYOiMbh+o4Y0NRgqONPwW32CIWm7d/eJIkw+1AsNnz7AADfOYZvA5zdRyb9Ui QosRVbI+zpi6MH4PEq9W7tXHHsj39rs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-385-m40PIVbZP4ivZJKwxuVmyw-1; Wed, 18 Dec 2019 13:57:31 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5D6A3800D4E; Wed, 18 Dec 2019 18:57:30 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-235.ams2.redhat.com [10.36.116.235]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 23A6610013A1; Wed, 18 Dec 2019 18:57:25 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Subject: [PATCH] mailmap: Add more entries to sanitize 'git log' output Date: Wed, 18 Dec 2019 19:57:23 +0100 Message-Id: <20191218185723.7738-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: m40PIVbZP4ivZJKwxuVmyw-1 X-Mimecast-Spam-Score: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 207.211.31.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , =?utf-8?q?Alex_Benn=C3=A9e?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Most of these developers have the Signed-off-by tag properly written, but not the author/commiter name. Fix this. Also we incorrectly wrote Arei Gonglei name, update and reorder. git-log does not use this file by default until you specify the --use-mailmap flag: $ git log --use-mailmap Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Markus Armbruster --- .mailmap | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 3816e4effe..1a859d9e65 100644 --- a/.mailmap +++ b/.mailmap @@ -56,6 +56,10 @@ Aaron Lindsay Alexey Gerasimenko Alex Ivanov Andreas Färber +Andreas Färber +Andreas Färber +Arei Gonglei +Arei Gonglei Bandan Das Benjamin MARSILI Benoît Canet @@ -67,27 +71,36 @@ Brad Smith Brijesh Singh Brilly Wu Cédric Vincent +Chai Wen +Chaojian Hu CheneyLin +Chen Fan Chen Gang Chen Gang Chen Gang Chen Wei-Ren Christophe Lyon +Christoph Hellwig Collin L. Walling Daniel P. Berrangé +Disheng Su +Dunrong Huang Eduardo Otubo Fabrice Desclaux Fernando Luis Vázquez Cao Fernando Luis Vázquez Cao Gautham R. Shenoy Gautham R. Shenoy -Gonglei (Arei) Guang Wang Hailiang Zhang Hervé Poussineau +Hiroyuki Obinata Jakub Jermář Jakub Jermář +Jay Zhou Jean-Christophe Dubois +Jean-Christophe Dubois +Jia Lina Jindřich Makovička John Arbuckle Juha Riihimäki @@ -96,9 +109,11 @@ Jun Li Laurent Vivier Leandro Lupori Li Guang +Lili Huang Liming Wang linzhecheng Liran Schour +Li Tianqing Liu Yu Liu Yu Li Zhang @@ -112,11 +127,14 @@ Marc Marí Marc Marí Michael Avdienko Michael S. Tsirkin +Michael S. Tsirkin +Michael Tokarev Munkyu Im Nicholas Bellinger Nicholas Thomas Nikunj A Dadhania Orit Wasserman +Pan Nengyuan Paolo Bonzini Pavel Dovgaluk Pavel Dovgaluk @@ -124,15 +142,23 @@ Pavel Dovgaluk Peter Crosthwaite Peter Crosthwaite Peter Crosthwaite +Peter Maydell Prasad J Pandit Prasad J Pandit Qiao Nuohan Reimar Döffinger Remy Noel +Richard Henderson Roger Pau Monné Shin'ichiro Kawasaki Shin'ichiro Kawasaki +Siwei Zhuang +Sochin Jiang Sochin Jiang +Stefan Berger +Stefan Weil +Stefan Weil +Stefan Weil Takashi Yoshii Thomas Huth Thomas Knych @@ -150,6 +176,7 @@ Wenshuang Ma Xiaoqiang Zhao Xinhua Cao Xiong Zhang +Ying Fang Yin Yin yuchenlin YunQiang Su