From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6840 invoked by alias); 18 Aug 2014 14:54:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 6831 invoked by uid 89); 18 Aug 2014 14:54:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f180.google.com Received: from mail-yk0-f180.google.com (HELO mail-yk0-f180.google.com) (209.85.160.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 18 Aug 2014 14:54:06 +0000 Received: by mail-yk0-f180.google.com with SMTP id 200so4287074ykr.25 for ; Mon, 18 Aug 2014 07:54:04 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.41.234 with SMTP id h70mr53759104yhb.61.1408373644716; Mon, 18 Aug 2014 07:54:04 -0700 (PDT) Received: by 10.170.66.138 with HTTP; Mon, 18 Aug 2014 07:54:04 -0700 (PDT) In-Reply-To: <20140818083110.GA18549@blade.nx> References: <20140814083231.GA6283@blade.nx> <6036430.RnprRWgZmF@vapier> <20140814131206.GA12746@blade.nx> <20140814132939.GH4924@adacore.com> <20140815084819.GB30130@blade.nx> <20140815121102.GB6019@adacore.com> <20140815130913.GA1954@blade.nx> <20140815132816.GC6019@adacore.com> <20140815150202.GA5674@blade.nx> <20140815160829.GF6019@adacore.com> <20140818083110.GA18549@blade.nx> Date: Mon, 18 Aug 2014 14:54:00 -0000 Message-ID: Subject: Re: ChangeLogs in commit messages From: Doug Evans To: Gary Benson Cc: Joel Brobecker , Mike Frysinger , gdb@sourceware.org, Andreas Arnez Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00061.txt.bz2 On Mon, Aug 18, 2014 at 1:31 AM, Gary Benson wrote: > Joel Brobecker wrote: >> I would like to push again for the format without the date and >> author email but the simpler gdb/ChangeLog: instead. The commit >> already stores that information (author name and email, committer >> date), whereas requiring the user to provide it in the rev log >> means that the date needs to be maintained throughout the >> lifetime of the patch until that patch gets pushed. Same thing >> when cherry-picking a patch from master to a release branch. > > I'm happy with this. Do you want the "ChangeLog" in the path? Me too. As for ChangeLog in the path, Do you mean prepending entries with "gdb/ChangeLog" or "testsuite/ChangeLog" instead of just "gdb/" or "testsuite/" ? If so, I would say skip "ChangeLog", keep just, e.g., "testsuite/". That's the existing convention.