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: Wed, 23 Oct 2024 12:17:17 +0300 Message-ID: <86r087dvqa.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1738"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 23 11:17:41 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 1t3XUr-0000JX-2D for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Oct 2024 11:17:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t3XUX-0007w8-He; Wed, 23 Oct 2024 05:17:21 -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 1t3XUW-0007vn-4r for emacs-devel@gnu.org; Wed, 23 Oct 2024 05:17:20 -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 1t3XUV-0002N6-KP; Wed, 23 Oct 2024 05:17:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=d/gR1T9+hrYdaPNom/01xSByWuIP0KXinWKqIKIGk+8=; b=Nykubz8vmu5K6Z 66PcLuC4No3YD9TMWT64npLL+FmxzT2iHyovggO88h62aVbj/Knkm34qvCgV4sNNReJMejq0Xy+Xg FbiWToEoslYmAJzhx6IUScxfIPJ1XMj4XGRT9iX8AK6Ip++5ec7HMlb7Og4YVBR30HWQpJeqQ8cTN UcufowxjD6UILFYyMfc8BfWpTDlZ/F5wMAu3n01uLOOxedAhXqzBZ8VPTdlbSVXxg5pdmu7HUtUqo j3wQyX3ePHIkJE8jpJ0/mIKm/gger5OFdR8RMhdmFYsBrX+arzhIUVDttW3np2BeSPRbwR+6rSeqS b8antAvhjfIWN/ef45cw==; 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:324782 Archived-At: The values of the new option vc-allow-rewriting-published-history could have their mnemonic value improved (and also become more consistent with our practices elsewhere), if they were changed as follows: nil (default): don't allow ask: ask whether to allow t: allow without asking The current values, where t means "ask for confirmation" and 'no-ask' allows without asking is IMO sub-optimal, because t usually means in Emacs "do something unconditionally". So I suggest to change the values as described above. Thanks.