From: David Bremner Date: Fri, 22 Jul 2016 12:47:34 +0000 (+2100) Subject: [PATCH] create .mailmap file (for git shortlog/blame) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41517f59c4a19559aeda84a180510b46e3dc460b;p=notmuch-archives.git [PATCH] create .mailmap file (for git shortlog/blame) --- diff --git a/84/74d473433086947e77f82cf854bfc2c03f7e61 b/84/74d473433086947e77f82cf854bfc2c03f7e61 new file mode 100644 index 000000000..93f669d0c --- /dev/null +++ b/84/74d473433086947e77f82cf854bfc2c03f7e61 @@ -0,0 +1,71 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 30B926DE00CC + for ; Fri, 22 Jul 2016 05:48:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.011 +X-Spam-Level: +X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.000, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id TYOsqpfjV1u2 for ; + Fri, 22 Jul 2016 05:47:54 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id A3E946DE00BF + for ; Fri, 22 Jul 2016 05:47:54 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bQZsD-0004tg-CA; Fri, 22 Jul 2016 08:48:13 -0400 +Received: (nullmailer pid 5964 invoked by uid 1000); + Fri, 22 Jul 2016 12:47:50 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] create .mailmap file (for git shortlog/blame) +Date: Fri, 22 Jul 2016 09:47:34 -0300 +Message-Id: <1469191654-5922-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.8.1 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 22 Jul 2016 12:48:03 -0000 + +Recently it was suggested on the list that we add a contributor to +AUTHORS. This file has been unmodified for 7 years, and is somewhat out +of date. It would potentially make sense to automagically update this +file during the release process using the output from git shortlog. This +file helps clean up some inconsistencies in author data in the history. +--- + .mailmap | 8 ++++++++ + 1 file changed, 8 insertions(+) + create mode 100644 .mailmap + +diff --git a/.mailmap b/.mailmap +new file mode 100644 +index 0000000..935c6eb +--- /dev/null ++++ b/.mailmap +@@ -0,0 +1,8 @@ ++Peter Feigl ++Nate ++Ali Polatel ++Stefan ++Patrick Totzke ++Patrick Totzke ++Patrick Totzke ++Mark Walters +-- +2.8.1 +