From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81539 invoked by alias); 5 Feb 2020 21:18:09 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 81529 invoked by uid 89); 5 Feb 2020 21:18:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Feb 2020 21:18:08 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 015LI2kH027212; Wed, 5 Feb 2020 15:18:03 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 015LI1p8027209; Wed, 5 Feb 2020 15:18:01 -0600 Date: Wed, 05 Feb 2020 21:18:00 -0000 From: Segher Boessenkool To: Jeff Law Cc: Richard Sandiford , "H.J. Lu" , paul@mad-scientist.net, GCC Development Subject: Re: Git ChangeLog policy for GCC Testsuite inquiry Message-ID: <20200205211801.GV22482@gate.crashing.org> References: <0829cb62791e9d8d034309f09b6c911ed8340c8b.camel@redhat.com> <1693150.uSzEE5ffML@polaris> <20200124214533.GB17695@tucnak> <6bc259050138912ea9b973ca4f43df72cb1bb7d8.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6bc259050138912ea9b973ca4f43df72cb1bb7d8.camel@redhat.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00056.txt.bz2 On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: > ANd yes, even though I have been a regular ChangeLog user, I rely more > and more on the git log these days. As a reviewer, the changelog is priceless still. We shouldn't drop the changelog before people write *good* commit messages (and we are still quite far from that goal). Segher