From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115518 invoked by alias); 24 Jul 2017 18:54:13 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 113614 invoked by uid 89); 24 Jul 2017 18:54:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=retired, HTo:D*sourceforge.net, H*Ad:D*sourceforge.net, fyi X-Spam-User: qpsmtpd, 3 recipients 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, 24 Jul 2017 18:54:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1480C567C7; Mon, 24 Jul 2017 14:54:09 -0400 (EDT) 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 Mgbyesm5JF0d; Mon, 24 Jul 2017 14:54:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A0711567B0; Mon, 24 Jul 2017 14:15:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E560A86773; Mon, 24 Jul 2017 11:15:52 -0700 (PDT) Date: Mon, 24 Jul 2017 18:54:00 -0000 From: Joel Brobecker To: binutils@sourceware.org, gdb-patches@sourceware.org, newlib@sourceware.org, valgrind-developers@lists.sourceforge.net Subject: Re: FYI - git-hooks recents update to be deployed in a couple of weeks Message-ID: <20170724181552.wi7bwe6fiztevlvy@adacore.com> References: <20170705163620.ymctjkpkwy2v43ci@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170705163620.ymctjkpkwy2v43ci@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017/txt/msg00622.txt.bz2 > This is just a heads up that I've made a number of changes to > the git-hooks which you currently use. The commits introduce > the following changes: > > - passing the filename to the style-checker via stdin > rather than on the command line; this is an enabler for... > > - calling the style-checker only once per commit. > > - Fix a crash when the value of a config option (any config option) > in the project.config file (in the refs/meta/config branch) spans > multiple lines > > - Support for using one entry per item in the project.config file > when the configuration is a list. This is an alternative to using > one entry with a comma-separated value. > > - Support for a new configuration, called hooks.frozen-ref, which > is a list of references for which updates are not allowed (used > when branches are retired). > > The first 2 changes might have an impact on your project if you had > a style-checker configured. > > For various reasons, I will hold those changes until at least July 24th. > So if your project is impacted, you have at least 2 weeks to plan for > the transition. Let me know if you need more time. I just installed the udpates. Let me know if there are any issues. -- Joel