From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id A0A19385E82C for ; Mon, 16 Mar 2020 12:16:44 +0000 (GMT) Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7E8C730447E8; Mon, 16 Mar 2020 13:16:43 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 11C0CC38AD; Mon, 16 Mar 2020 13:16:24 +0100 (CET) Date: Mon, 16 Mar 2020 13:16:24 +0100 From: Mark Wielaard To: overseers@sourceware.org Cc: Matthias Maennich Subject: list From mangling and git am Message-ID: <20200316121624.GC39901@wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=0.5 required=5.0 tests=JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2020 12:16:45 -0000 Hi sourceware overseers, The mailinglist From/Reply-To mangling doesn't interact nicely with git am. For example I got the following message from Matthias (in CC): https://sourceware.org/pipermail/elfutils-devel/2020q1/002484.html Which looks fine in the archives, but as received by me has: X-Mailer: git-send-email 2.25.1.481.gfbce0eb801-goog Subject: [PATCH] libelf: decompress: ensure zlib resource cleanup To: elfutils-devel@sourceware.org From: Matthias Maennich via Elfutils-devel Reply-To: Matthias Maennich Normally I just | git am such messages to apply, but that generates a commit that has: Author: Matthias Maennich via Elfutils-devel Which seems wrong. How are others dealing with this? Thanks, Mark