From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web12.2272.1575631610938167978 for ; Fri, 06 Dec 2019 03:26:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LtTO2Bc4; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575631610; 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=fo1oVFzXGsrikIMr8Q1RsbE7ZcbxHhQPLTRreg6t+qk=; b=LtTO2Bc4kATCpNuVG35qO1MQCwV8y4FVdx/wL8Bi5BWqXl8w8WU5kmuzWWpSNUzt7EZ0Yo aO42KP3EgrEeOvOFGShfyya7isf/tbFwPTVX8+b3uOd9bfZrj9RkZ7DoXqZpvpa8kx1Tnm 2Mz5MJAYMROJWGZ415tXv8x/Yd9b0+U= 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-438-AVBfH32oOUmcLWE5aTbZqA-1; Fri, 06 Dec 2019 06:26:47 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A96561005513; Fri, 6 Dec 2019 11:26:46 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-212.brq.redhat.com [10.40.204.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 41D9D19C4F; Fri, 6 Dec 2019 11:26:40 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney Subject: [PATCH v2 000/105] .mailmap: Add mailmap file to have a cleaner git history Date: Fri, 6 Dec 2019 12:24:53 +0100 Message-Id: <20191206112638.23175-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: AVBfH32oOUmcLWE5aTbZqA-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. Similarly, stewards can Nack if there is a cross-domain issue, since these are not obvious to me (they would happen if someone was working for a company at the time the repository was using SVN, the switched company and contributed later at the time the repository was passed to GIT). Since I can not Cc all the recipients in this cover (107, MTA restricts to 100), I'm documenting all patches individually. - Another note regarding groups.io 40 posts per 30min limit - My previous big series [5] involved 79 patches, and groups.io banned me for some time after the 40th post. On [5] Laszlo suggested to test the following git-send-email options to see if we can work with big series and groups.io: --batch-size=3D Some email servers (e.g. smtp.163.com) limit the number emails to be sent per session (connection) and this will lead to a failure when sending many messages. With this option, send-email will disconnect after sending $ messages and wait for a few seconds (see --relogin-delay) and reconnect, to work around such a limit. You may want to use some form of credential helper to avoid having to retype your password every time this happens. Defaults to the sendemail.smtpBatchSize configuration variable. --relogin-delay=3D Waiting $ seconds before reconnecting to SMTP server. Used together with --batch-size option. Defaults to the sendemail.smtpReloginDelay configuration variable. So I'm sending this series using git-publish [7] after setting the following values: $ git config sendemail.smtpBatchSize 33 $ git config sendemail.smtpReloginDelay 1848 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/51606 [6] https://edk2.groups.io/g/devel/message/51761 [7] https://github.com/stefanha/git-publish Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Philippe Mathieu-Daud=C3=A9 (105): .mailmap: Add a stub with documentation .mailmap: Add an entry for Alexei Fedorov .mailmap: Add an entry for Amy Chan .mailmap: Add an entry for Andrew Fish .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 Ashraf Javeed .mailmap: Add an entry for Baraneedharan Anbazhagan .mailmap: Add an entry for Bob Feng .mailmap: Add an entry for Brendan Jackman .mailmap: Add an entry for Chao Zhang .mailmap: Add an entry for Chasel Chiu .mailmap: Add an entry for Chen A Chen .mailmap: Add an entry for Cheng Ching Jen .mailmap: Add an entry for Christian Rodriguez .mailmap: Add an entry for Christopher J Zurcher .mailmap: Add an entry for Dandan Bi .mailmap: Add an entry for David Chan .mailmap: Add an entry for David Wei .mailmap: Add an entry for Derek Lin .mailmap: Add an entry for Digant H Solanki .mailmap: Add an entry for Eric Dong .mailmap: Add an entry for Eric Jin .mailmap: Add an entry for Erik Bjorge .mailmap: Add an entry for Eugene Cohen .mailmap: Add an entry for Feng Tian .mailmap: Add an entry for Feng Yunhua .mailmap: Add an entry for Guo Dong .mailmap: Add an entry for Hao Wu .mailmap: Add an entry for Harry Liebel .mailmap: Add an entry for Herbie Robinson .mailmap: Add an entry for Hess Chen .mailmap: Add an entry for Hot Tian .mailmap: Add an entry for Jaben Carsey .mailmap: Add an entry for Jan Dabros .mailmap: Add an entry for Jeff Bobzin .mailmap: Add an entry for Jian J Wang .mailmap: Add an entry for Jiaxin Wu .mailmap: Add an entry for Jim Dailey .mailmap: Add an entry for Jordan Justen .mailmap: Add an entry for Ken Lu .mailmap: Add an entry for Laszlo Ersek .mailmap: Add an entry for Laurie Jarlstrom .mailmap: Add an entry for Lee Rosenbaum .mailmap: Add an entry for Leon Li .mailmap: Add an entry for Liming Gao .mailmap: Add an entry for Loh Tien Hock .mailmap: Add an entry for Lubo Zhang .mailmap: Add an entry for Lu Shifei .mailmap: Add an entry for Maciej Rabeda .mailmap: Add an entry for Maggie Chu .mailmap: Add an entry for Marc-Andr=C3=A9 Lureau .mailmap: Add an entry for Marc W Chen .mailmap: Add an entry for Marvin H=C3=A4user .mailmap: Add an entry for Mateusz Albecki .mailmap: Add an entry for Maurice Ma .mailmap: Add an entry for Maxim Shvecov .mailmap: Add an entry for Michael Johnson .mailmap: Add an entry for Michael Kinney .mailmap: Add an entry for Michael Kubacki .mailmap: Add an entry for Michael Zimmermann .mailmap: Add an entry for Mike Wu .mailmap: Add an entry for Ming Tan .mailmap: Add an entry for Nikolai Saoukh .mailmap: Add an entry for Olivier Martin .mailmap: Add an entry for Pedroa Liu .mailmap: Add an entry for Penny Gao .mailmap: Add an entry for Philippe Mathieu-Daud=C3=A9 .mailmap: Add an entry for Qian Ouyang .mailmap: Add an entry for Qing Huang .mailmap: Add an entry for Qiu Shumin .mailmap: Add an entry for Ray Ni .mailmap: Add an entry for Rebecca Cran .mailmap: Add an entry for Richard Thomaiyar .mailmap: Add an entry for Rodrigo Gonzalez del Cueto .mailmap: Add an entry for Ronald Cron .mailmap: Add an entry for Rui Sun .mailmap: Add an entry for Sachin Agrawal .mailmap: Add an entry for Samer El-Haj-Mahmoud .mailmap: Add an entry for Satya Yarlagadda .mailmap: Add an entry for Sergey Isakov .mailmap: Add an entry for Shenglei Zhang .mailmap: Add an entry for Siyuan Fu .mailmap: Add an entry for Songpeng Li .mailmap: Add an entry for Sriram Subramanian .mailmap: Add an entry for Star Zeng .mailmap: Add an entry for Steven Shi .mailmap: Add an entry for Ting Ye .mailmap: Add an entry for Tomas Pilar .mailmap: Add an entry for Vanguput Narendra .mailmap: Add an entry for Vitaly Cheptsov .mailmap: Add an entry for Vladimir Olovyannikov .mailmap: Add an entry for Wang Fan .mailmap: Add an entry for Wang Yu .mailmap: Add an entry for Wei Xu .mailmap: Add an entry for Xiaofeng Wang .mailmap: Add an entry for Xiaoyu Lu .mailmap: Add an entry for Xue Shengfeng .mailmap: Add an entry for Yao Jiewen .mailmap: Add an entry for Yeh Greg .mailmap: Add an entry for Yingke Liu .mailmap: Add an entry for Yonghong Zhu .mailmap: Add an entry for Yu-Chen Lin .mailmap: Add an entry for Zailiang Sun .mailmap | 200 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 .mailmap --=20 2.21.0