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: master b8a96f0556 4/4: Port pre-commit hook to Git 2.35.0 Date: Mon, 28 Feb 2022 18:49:14 +0200 Message-ID: <838rtvlywl.fsf@gnu.org> References: <164564529649.2580.1114329124469279209@vcs2.savannah.gnu.org> <20220223194141.A2AFEC00894@vcs2.savannah.gnu.org> <87fso8k5ua.fsf@gmail.com> <0951dfda-d7f9-eea6-b472-ad2bf35a5997@cs.ucla.edu> <87bkyrj8mv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31111"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 28 17:50:27 2022 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 1nOjEA-0007xb-GZ for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Feb 2022 17:50:26 +0100 Original-Received: from localhost ([::1]:53290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nOjE9-0001PH-Cb for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Feb 2022 11:50:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOjDC-0008Qh-Ny for emacs-devel@gnu.org; Mon, 28 Feb 2022 11:49:27 -0500 Original-Received: from [2001:470:142:3::e] (port=43680 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOjDC-0007Sc-3a; Mon, 28 Feb 2022 11:49:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=cJpdR9NBQSA7KVQ1IYfOAAl2FKs0hfaIEbh/1X6HuG8=; b=IBCQvIuPX5DJV3gl0y4c qurV+YH1VTkzrWCztAduIlgZEiXcTXcFkBXnI+5X5aFEtqxR516mu0sC1RpDSWJ7XVBAza8njJ4ze tJAuj+RXw6sgXpY6TddTRO1B0slRk3YR3tjevR+XQyA0zV/+hC/bwFSjZqr0rLzY8rRsFGQQ24MDp jEq04Ic28KjmkTrvlelLJ8UAO7MwaTfEjfUqFR9E4kl3Yn0cLfJMVJ6mhy6MM2T6rFABVdt74E/Mc Q2CsmlTIw1QgENMstEOK8ITtWvKG9klgLE47axZengqBZJfvcVBLwUR98QvNSRHPNbllxry/Nzvx5 dB6EgY26g7GvTA==; Original-Received: from [87.69.77.57] (port=2256 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 1nOjDA-0001rK-35; Mon, 28 Feb 2022 11:49:25 -0500 In-Reply-To: <87bkyrj8mv.fsf@gmail.com> (message from Robert Pluim on Mon, 28 Feb 2022 16:47:20 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:286730 Archived-At: > From: Robert Pluim > Date: Mon, 28 Feb 2022 16:47:20 +0100 > Cc: emacs-devel@gnu.org > > >> Is it worth putting this in emacs-28? > > Paul> Yes, if people plan to commit to emacs-28 with Git 2.35.0 or later and > Paul> don't want to see annoying/puzzling diagnostics about "sane_egrep" > Paul> being missing. (Git 2.35.0 was released last month.) > > Well, Iʼm about to do that by cherry-picking this to emacs-28, so > thatʼs at least one instance :-) > > Eli, is the following OK for emacs-28? Yes, I guess.