From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.2583.1578311666913328071 for ; Mon, 06 Jan 2020 03:54:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=aNaBgJNJ; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578311666; 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=N5XHX5LNLvpKHKKhL/tEo/g7QR+EhQZIzJg5vI4fJMg=; b=aNaBgJNJG+L0SLOuSuDbo6IU5yy/NH7h+/vOGZ6rXZcWfwsrgUInr40Tf0E8y4B3SIyk5b dA6gan0PHC4Ci8mkWEztDnnsFE84B+EdJ5qACDvJoePfoRLjjlSs81W2JkMhHQ53cFTnBt YhN8dweYITce6xVqIwiVxgqkTPg5wfQ= 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-121-XDxhmSqMMxWnqGE4uh_csA-1; Mon, 06 Jan 2020 06:54:21 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7120A800D41; Mon, 6 Jan 2020 11:54:20 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-53.brq.redhat.com [10.40.204.53]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9F69A5D9CA; Mon, 6 Jan 2020 11:54:18 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Andrew Fish , Michael D Kinney Subject: [PATCH v4 00/32] .mailmap: Add mailmap file to have a cleaner git history Date: Mon, 6 Jan 2020 12:53:43 +0100 Message-Id: <20200106115415.11624-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: XDxhmSqMMxWnqGE4uh_csA-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 v4 collects the patches of the 30 developers who replied to the v2 [5] and v3 [6] with their R-b tag. I dropped the unreviewed patches and am cc'ing this series to the Tianocore stewards, as suggested by Laszlo in [7]. This series is sent with 8-bit encoding, but is also available at: https://gitlab.com/philmd/edk2/commits/mailmap-v4 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/52667 [7] https://edk2.groups.io/g/devel/message/51906 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.1