From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.908.1577993039029216946 for ; Thu, 02 Jan 2020 11:23:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LaFeO8t8; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1577993038; 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=/14S3srHi2pLmvCvpwNFrgCsD79iToZtpGwpD6eCOyM=; b=LaFeO8t8ZM6Y/DxOjRnexg3gvC/01fUQGyjbwkAriwG08zvN8Il4QhojqoqIMUz7fFJh1q kSrnYRi+nAM0EfD03/kPigtZKxRXeTzdmU4EabpQWjLamwCKse8BQWmhGSuu//FqiZIq4L JyWFYY3dkNFmcHyA2gFwjYNX6sF0cCg= 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-75-Rf0Q9mUZMOmkKTA3e7qyUg-1; Thu, 02 Jan 2020 14:23:53 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5BCC3107ACC5; Thu, 2 Jan 2020 19:23:52 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CCD7160BF4; Thu, 2 Jan 2020 19:23:47 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Leif Lindholm , Michael D Kinney , Andrew Fish , Laszlo Ersek , Philippe Mathieu-Daude Subject: [PATCH v3 00/32] .mailmap: Add mailmap file to have a cleaner git history Date: Thu, 2 Jan 2020 20:23:13 +0100 Message-Id: <20200102192345.14600-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: Rf0Q9mUZMOmkKTA3e7qyUg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The .mailmap git feature helps fixing commit mistakes (in name/email). The easiest way to use it is with the --use-mailmap flag: $ git log --use-mailmap See documentation [1] and [2], and interesting blog [3]. Laszlo replied [4] to v1 explaining stewards want to avoid avoid cross-domain mapping, and suggested to split in per email-address patches, so contributors can individually Ack/Nack. This v3 collects the patches of the 30 developers who replied to the v2 [5] with their R-b tag. There is an exception with patch I dropped the unreviewed patches and am cc'ing this series to the Tianocore stewards, as suggested by Laszlo in [6]. Each developer will still be Cc'ed in case a modification was requested, he/her can verify. This series is available at: https://gitlab.com/philmd/edk2/commits/mailmap-v3 Regards, Phil. [1] https://git-scm.com/docs/git-shortlog#_mapping_authors [2] https://git-scm.com/docs/git-check-mailmap#_mapping_authors [3] https://github.com/sympy/sympy/wiki/Using-.mailmap#making-mailmap-entri= es [4] https://edk2.groups.io/g/devel/message/51657 [5] https://edk2.groups.io/g/devel/message/51834 [6] https://edk2.groups.io/g/devel/message/51906 Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Philippe Mathieu-Daud=C3=A9 (32): .mailmap: Add a stub with documentation .mailmap: Add an entry for Aaron Li .mailmap: Add an entry for Antoine C=C5=93ur .mailmap: Add an entry for Ard Biesheuvel .mailmap: Add an entry for Ashley DeSimone .mailmap: Add an entry for Baraneedharan Anbazhagan .mailmap: Add an entry for Chasel Chiu .mailmap: Add an entry for Christopher J Zurcher .mailmap: Add an entry for Eric Dong .mailmap: Add an entry for Erik Bjorge .mailmap: Add an entry for Hao Wu .mailmap: Add an entry for Hot Tian .mailmap: Add an entry for Jiewen Yao .mailmap: Add an entry for Jim Dailey .mailmap: Add an entry for Laszlo Ersek .mailmap: Add an entry for Liming Gao .mailmap: Add an entry for Maciej Rabeda .mailmap: Add an entry for Marc-Andr=C3=A9 Lureau .mailmap: Add an entry for Marvin H=C3=A4user .mailmap: Add an entry for Maurice Ma .mailmap: Add an entry for Michael Kubacki .mailmap: Add an entry for Ming Tan .mailmap: Add an entry for Nikolai Saoukh .mailmap: Add an entry for Philippe Mathieu-Daud=C3=A9 .mailmap: Add an entry for Ray Ni .mailmap: Add an entry for Samer El-Haj-Mahmoud .mailmap: Add an entry for Shenglei Zhang .mailmap: Add an entry for Star Zeng .mailmap: Add an entry for Vitaly Cheptsov .mailmap: Add an entry for Vladimir Olovyannikov .mailmap: Add an entry for Yonghong Zhu .mailmap: Add an entry for Yu-Chen Lin .mailmap | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .mailmap --=20 2.21.0