From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73366 invoked by alias); 26 Sep 2019 12:41:27 -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 73353 invoked by uid 89); 26 Sep 2019 12:41:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:535 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; Thu, 26 Sep 2019 12:41:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BAC85117AC4; Thu, 26 Sep 2019 08:41:23 -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 q0a2UpK6BKHr; Thu, 26 Sep 2019 08:41:23 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 80B1A117AC3; Thu, 26 Sep 2019 08:41:23 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9721582B8B; Thu, 26 Sep 2019 05:41:21 -0700 (PDT) Date: Thu, 26 Sep 2019 12:41:00 -0000 From: Joel Brobecker To: Jason Merrill Cc: "Joseph S. Myers" , Maxim Kuvyrkov , gcc Mailing List , Gerald Pfeifer , Daniel Berlin Subject: Re: GCC Git hooks Message-ID: <20190926124121.GY5233@adacore.com> References: <20190916150650.GB4945@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190916150650.GB4945@adacore.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-09/txt/msg00235.txt.bz2 > But before I say more I should point to the documentation which, > for historical reasons, is available on the GDB wiki rather than > the git-hooks GitHub repository. I will fix that, but in the meantime: > > https://sourceware.org/gdb/wiki/GitHooksUsersGuide Just a quick note to confirm that the documentation has now been moved to the git-hooks github page: https://github.com/adacore/git-hooks Don't hesitate to reach out to me, if you have questions, or would like some help configuring the hooks. -- Joel