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.web09.2838.1575635100455830695 for ; Fri, 06 Dec 2019 04:25:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hiVOwKS3; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575635099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2jqcwd3i2AeYqTjCtytweJe4aZfqj+a+PcQB3ehCu1E=; b=hiVOwKS3Oix7GxSTBmnUNxQUUh3Gno/jVxN83mzlLF2WLjeOz8H7vcu3f0kG73ILCRaqT6 mMh1bRBAd7/l8BOvs8GLsNaU/knFWWxlk/HfI+dlKNZg9ri3QKGP4o7q/YH+iWDiryX9O5 rZOcGeyThjd6UPN5UegYzOtniFmRo4w= 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-361-YDwDPJCXO7a8R0vp_T1CRw-1; Fri, 06 Dec 2019 07:24:58 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6050F801E74 for ; Fri, 6 Dec 2019 12:24:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-235.ams2.redhat.com [10.36.116.235]) by smtp.corp.redhat.com (Postfix) with ESMTP id C85B26016A; Fri, 6 Dec 2019 12:24:54 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 001/105] .mailmap: Add a stub with documentation To: devel@edk2.groups.io, philmd@redhat.com References: <20191206112638.23175-1-philmd@redhat.com> <20191206112638.23175-2-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <68778c3e-000d-772c-7545-edf4cc967517@redhat.com> Date: Fri, 6 Dec 2019 13:24:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191206112638.23175-2-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: YDwDPJCXO7a8R0vp_T1CRw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/06/19 12:24, Philippe Mathieu-Daud=C3=A9 wrote: > The .mailmap git feature helps fixing commit mistakes (in name/email). >=20 > The easiest way to use it is with the --use-mailmap flag: >=20 > $ git log --use-mailmap >=20 > See: > * https://git-scm.com/docs/git-shortlog#_mapping_authors > * https://git-scm.com/docs/git-check-mailmap#_mapping_authors >=20 > Signed-off-by: Philippe Mathieu-Daude > --- > .mailmap | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 .mailmap >=20 > diff --git a/.mailmap b/.mailmap > new file mode 100644 > index 000000000000..6d88189a58d4 > --- /dev/null > +++ b/.mailmap > @@ -0,0 +1,11 @@ > +# > +# This list is used by git-shortlog to fix a few botched name translatio= ns > +# in the git archive, either because the author's full name was messed u= p > +# and/or not always written the same way, making contributions from the > +# same person appearing not to be so or badly displayed. > +# > +# Please keep this file sorted alphabetically, and email in lowercase. > +# The format used is: > +# > +# Firstname Lastname > +# >=20 Assuming this new text file uses CRLF line terminators (for consistency with the rest of the project at this time): Reviewed-by: Laszlo Ersek Thanks! Laszlo