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 00149f18ea9: Support modifying VC change comments for Git Date: Thu, 24 Oct 2024 08:50:01 +0300 Message-ID: <867c9ydp86.fsf@gnu.org> References: <86r087dvqa.fsf@gnu.org> <87ttd39mm1.fsf@melete.silentflame.com> <0c8be7e4-7fb7-4b90-9d27-8d18546d7a01@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7351"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spwhitton@spwhitton.name, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 24 07:51:01 2024 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 1t3qkO-0001ia-MJ for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Oct 2024 07:51:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t3qjY-0008Uq-NQ; Thu, 24 Oct 2024 01:50:08 -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 1t3qjW-0008UO-HJ for emacs-devel@gnu.org; Thu, 24 Oct 2024 01:50:06 -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 1t3qjU-0006bI-Af; Thu, 24 Oct 2024 01:50:04 -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=WgcZLKUrulPROh75YH0DcUMfKdP3CHIJFS+9pNdMqwE=; b=qovTm6ktVBQQ GcpFDW2Et5uSEo/6fqF6NpZ3QucgK+OI0ZymFkd397sq0xxth7YiOK6kc5exUFQnlwy8jkMRfWsxm C9LaUGZPuEw/rYIdCneSNJPUudQ2ZIS1iHRHXuPib2WxBONX6ylHhaeK9S/Z6IrnJAh8s8QNzCNbV B9pj6pJdIcidHEt6BPKp7vbKW+t2lUUx3LCcV7xXiVNf1WEwfT7qexHx06BsElc1poOZduXgaBcXG IhCV8btuu2bbJDEOnR9YuFtpxOaDZ3rDxlsf4y13Yc6S2/TF/odB8FNYY5/i6N0xhhQkzgacxuoNW N6nQO2QEpSm73ct49XTYxA==; In-Reply-To: <0c8be7e4-7fb7-4b90-9d27-8d18546d7a01@yandex.ru> (message from Dmitry Gutov on Wed, 23 Oct 2024 22:40:46 +0300) 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:324811 Archived-At: > Date: Wed, 23 Oct 2024 22:40:46 +0300 > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > > If we want to steer towards "ask", changing the default would probably > be the most efficient approach. But then we will need to override it in .dir-locals.el of the Emacs repository, I guess? Because annoying users with a request for confirmation for something that will be refused by upstream anyway is pointless?