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.web09.2603.1578311671485456651 for ; Mon, 06 Jan 2020 03:54:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=U1dZNzeS; 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=1578311670; 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: in-reply-to:in-reply-to:references:references; bh=kHhM16BCAYuCtrEGZ0il4r2wTEWja6RzhWybAQo+QQ4=; b=U1dZNzeSAPwbWekW2e5UKPS65b/R+azEi6LeDHp9KlO1sie5B+/xmLqjriV9phLSqZ5rFm EZ2ZuZvHkNbvHNe01ny5cIjNDxI8jrRVCMKF3VoF3on6x/L2PhF8tCPa6nsgnJVeyHoIh5 kf0pO3WVdTorNT1Ukx9Wb8epOHJBUgY= 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-414-IoDYbGMrMWqmnJIgSEWJdQ-1; Mon, 06 Jan 2020 06:54:26 -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 BFEA98014CA; Mon, 6 Jan 2020 11:54:25 +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 19C5E5D9CA; Mon, 6 Jan 2020 11:54:20 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Andrew Fish , Michael D Kinney Subject: [PATCH v4 01/32] .mailmap: Add a stub with documentation Date: Mon, 6 Jan 2020 12:53:44 +0100 Message-Id: <20200106115415.11624-2-philmd@redhat.com> In-Reply-To: <20200106115415.11624-1-philmd@redhat.com> References: <20200106115415.11624-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: IoDYbGMrMWqmnJIgSEWJdQ-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: * https://git-scm.com/docs/git-shortlog#_mapping_authors * https://git-scm.com/docs/git-check-mailmap#_mapping_authors Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude --- .mailmap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .mailmap 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 translations +# in the git archive, either because the author's full name was messed up +# 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 2.21.1