From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by sourceware.org (Postfix) with ESMTPS id 58833385E82C for ; Mon, 16 Mar 2020 12:32:12 +0000 (GMT) Received: by mail-wm1-x342.google.com with SMTP id a141so17823241wme.2 for ; Mon, 16 Mar 2020 05:32:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=q0XWnNLRhA3Ambo4vaOb7XNWrM2+DWx5Rf3iM/YDGlg=; b=Ow/t0gydhz4gRyXO1gtvmi7VZFJMjXzTiNARMpOjJvaYS/mFd+bz7+7URgLudJrMrd 07F5uP8xJyIdxLWHMMjsTax718VnlxeSx9rVh1tf3KP43KrDKRRFnrv8SBTyLUilR15i g4lwz4PR6eNAdcqk8NE0bwqNJQdmodQ2EvSsTjHC+Wjtn7XdlK+egvdV0ibCUpCMZ7Pb Q1IJaHSUE+pssvYcPm3190NU1SsfyvnI4Q5KqShl03PM/UNcg8F97IglcxWEUHAFaLBj zqhzh8BsRBpTzQEqhjJ4zlstRvugeK5Lh2cgkbjzWrOc+yqpf8BLbiUSI0dJhW42JqYR DmeA== X-Gm-Message-State: ANhLgQ1jALIf/iTSbe8n5SsOq3BHRfIrNAQ1+AI7j3qZEv93ZcpZbMoP Ei0UmMkgxigQZOYGqNFjIBTa1g== X-Google-Smtp-Source: ADFU+vtlVSxWUOaQJphfDewyMW92UVjiXA9uNuhm2ww9Uu0n43BosG2MVvc2Tu3VzAQNFVLbiiHodg== X-Received: by 2002:a1c:6a08:: with SMTP id f8mr22371988wmc.53.1584361930825; Mon, 16 Mar 2020 05:32:10 -0700 (PDT) Received: from google.com ([2a00:79e0:d:210:e8f7:125b:61e9:733d]) by smtp.gmail.com with ESMTPSA id g127sm31255727wmf.10.2020.03.16.05.32.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Mar 2020 05:32:10 -0700 (PDT) Date: Mon, 16 Mar 2020 13:32:10 +0100 From: Matthias Maennich To: Mark Wielaard Cc: overseers@sourceware.org Subject: Re: list From mangling and git am Message-ID: <20200316123210.GC211970@google.com> References: <20200316121624.GC39901@wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200316121624.GC39901@wildebeest.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Spam-Status: No, score=-15.5 required=5.0 tests=DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, FSL_HELO_FAKE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham 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:32:13 -0000 Hi! On Mon, Mar 16, 2020 at 01:16:24PM +0100, Mark Wielaard wrote: >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? I would be grateful for a solution to this. I had the same issue when initially posting to libabigail@sourceware.org and now work around this by cc'ing Dodji on all patches. I am using git-send-email as usual and usually do not have those issues. Cheers, Matthias > >Thanks, > >Mark