From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16452 invoked by alias); 5 Mar 2018 11:59:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16443 invoked by uid 89); 5 Mar 2018 11:59:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=occasions X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Mar 2018 11:59:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3C08A56050; Mon, 5 Mar 2018 06:59:42 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Tjf1AsK4uGO6; Mon, 5 Mar 2018 06:59:42 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0D1D15604F; Mon, 5 Mar 2018 06:59:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 7411F832FF; Mon, 5 Mar 2018 15:59:40 +0400 (+04) Date: Mon, 05 Mar 2018 11:59:00 -0000 From: Joel Brobecker To: Yao Qi Cc: Xavier Roirand , gdb-patches@sourceware.org, tgingold@free.fr Subject: Re: [RFA/Darwin] Recognize .plt section Message-ID: <20180305115940.sjosq3os3akrdsfy@adacore.com> References: <1520240062-15255-1-git-send-email-roirand@adacore.com> <861sgy4uc5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <861sgy4uc5.fsf@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00109.txt.bz2 > > +2018-03-02 Tristan Gingold > > + > > + Pushed by Xavier Roirand > > Nowadays, in case of author != commiter, we don't write down the name of > committer in ChangeLog. Any reason you do so? I noticed that you did > this in several Tristan's patches. It's something I have been doing on occasions. The idea was that people working from source packages alone could see who did the push. But I'm not really attached to it, so this can be skipped if people prefer. -- Joel