From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 6F899384240F; Fri, 7 Aug 2020 15:44:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6F899384240F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4E731116F0A; Fri, 7 Aug 2020 11:44:25 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 3aNzFMj42kt4; Fri, 7 Aug 2020 11:44:25 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1E625116EE4; Fri, 7 Aug 2020 11:44:25 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3252C82C47; Fri, 7 Aug 2020 08:44:23 -0700 (PDT) Date: Fri, 7 Aug 2020 08:44:23 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org, binutils@sourceware.org Subject: FYI: git-hooks update on sourceware.org Message-ID: <20200807154423.GB3362@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 15:44:26 -0000 Hey Team, Just to let you know, I've just done an update of the git-hooks installed on sourceware.org and used by our binutils-gdb repository. I've also undone a change that was made locally by Frank ages ago which I am hoping is no longer necessary: -exec git-update-server-info +exec git update-server-info This update brings a series of improvements made mostly in order to answer GCC's specific needs. If you're curious about the list of changes, you can have a look at the list of changes made since commit 087a8bcdf0de43bc196ccdf83c2f572fef604f75 at https://github.com/adacore/git-hooks. One of the enhancements this update does bring is the ability to provide custom commit validation, something I believe Simon asked about, to prevent us from pushing commits we "git am"-ed using an Author set to "xxx via Gdb-patches ". Take a look at the hooks.commit-extra-checker option in the doc. If someone writes the script, I can get it installed. These changes have been extensively tested, and we've been using the same version at AdaCore for over a week, now; but do let me know if you have any issues. -- Joel