From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New Git hooks for checking file names in commit messages Date: Sun, 23 Apr 2023 22:24:34 +0300 Message-ID: <83y1mixuz1.fsf@gnu.org> References: <838rel46ou.fsf@gnu.org> <865y9ptfa3.fsf@aarsen.me> <83354t44kn.fsf@gnu.org> <875y9p2h3u.fsf@thaodan.de> <83h6t82yao.fsf@gnu.org> <0a76fcd4-df69-56e0-ba90-30dc211ad56e@gmail.com> <83v8hnyvou.fsf@gnu.org> <10f5fa75-f076-228d-5ad7-1aaba8b98d47@gmail.com> <83pm7vyrp4.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1290"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bjorn.bidar@thaodan.de, arsen@aarsen.me, acm@muc.de, emacs-devel@gnu.org To: Jim Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 23 21:25:06 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pqfKb-00008p-GJ for ged-emacs-devel@m.gmane-mx.org; Sun, 23 Apr 2023 21:25:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pqfJq-00034J-Mg; Sun, 23 Apr 2023 15:24:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqfJo-00033z-UM for emacs-devel@gnu.org; Sun, 23 Apr 2023 15:24:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqfJm-0007xt-Ph; Sun, 23 Apr 2023 15:24:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=OnpHXJeibIcHFV+ieKKyDwZwZVOc9c3Jyqo32/lLB3k=; b=KAUvVmR4DQkQ MHPvUMX66Zini/v+Tv8OLRcwzitiWBWn8YXP6k+PlywQ0Wi0BxueNZtNWg9IfDfYoccAC/YuuQq1o ONKsSLUiKIJEMmHjN79aOfEMzuceIt0V4SoSd0cGTZjBD5nluCTU+DpHV4XUnm4FuwL9CbySwXx3/ 1Zx4sx4AsIWfjFmDJ3Nn9/LcsJgLBJL9xhVm4NYWs1svREgrBlpmMTJYoW6IijTNDoRAaduhp09Zr uRJdTqtp+9IQ6DbdMJXN1rjNgYwagWJjbG5Y7IuURM+8O27NydK7+/CwDye1pHVBCX0ZWeisT8vnb zn41qA1tDrqrM3hzzRTXpg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqfJl-0006dY-4z; Sun, 23 Apr 2023 15:24:14 -0400 In-Reply-To: (message from Jim Porter on Sun, 23 Apr 2023 12:15:37 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305610 Archived-At: > Date: Sun, 23 Apr 2023 12:15:37 -0700 > Cc: bjorn.bidar@thaodan.de, arsen@aarsen.me, acm@muc.de, emacs-devel@gnu.org > From: Jim Porter > > I've pushed a couple of fixes for the hooks (described in more detail > below). I *think* this should resolve all the issues, though I'll still > do more testing locally, especially with merge commits. > > More generally, if people find these hooks to be annoying or unhelpful, > I truly won't be offended if they get backed out. I wrote them in the > hopes that it will make it easier to maintain Emacs, but if they can't > meet that goal, then they shouldn't stick around causing problems. We'll see. In any case, thank you for doing this.