From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Giraud Newsgroups: gmane.emacs.devel Subject: Re: Amending commits Date: Sun, 25 Sep 2022 18:56:44 +0200 Message-ID: <87y1u7fl4j.fsf@elite.giraud> References: <87h70vbw2f.fsf@gnus.org> <877d1ru3rd.fsf@posteo.net> <87zgenr812.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5118"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) Cc: Philip Kaludercic , Lars Ingebrigtsen , "Emacs-devel@gnu.org" To: Visuwesh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 25 18:57:37 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 1ocUwi-00018L-GC for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Sep 2022 18:57:36 +0200 Original-Received: from localhost ([::1]:52036 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ocUwh-0001gU-9t for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Sep 2022 12:57:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocUvx-0000nH-3L for Emacs-devel@gnu.org; Sun, 25 Sep 2022 12:56:49 -0400 Original-Received: from ledu-giraud.fr ([51.159.28.247]:23182) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocUvv-0002tx-Kt for Emacs-devel@gnu.org; Sun, 25 Sep 2022 12:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=tA9RvFrwnopQDQ6x cpTiOUrkhJD85WE53lyiEi0zsJE=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=cxeXS1pKgbRssEySPIZM3aW7DZsyiwBW+YlhI6 y/r4QiXb1m67qPUA6mOSVjDWMFycLaj40mCCzD2SOsM9Jeq8cCvLIX0iAFy2jGcCL/fi1u I9MIuO8Ph9O8V3PQel10QkHE3AYeD5Qb1g15Go67b6qAkCHNSDnIJfeq0DMDDUb3SALGwP jDag6lw7A37vHbc+s5rfsVqWOi3y0L2PX3e4zig6tdpxqan+ehgT8u2n8rlwTMSgPvaDUk +1LuvMA1+xJGISU1kJkbv4t0pphpFQqo8kpYbO2+kL0Bvwhe6FBVtqN+/340nFe3EIMu6k stSs6vJthLiRLHDSAV+ZKkaQ== Original-Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id e1fc0a7d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 25 Sep 2022 18:56:45 +0200 (CEST) In-Reply-To: <87zgenr812.fsf@gmail.com> (Visuwesh's message of "Sun, 25 Sep 2022 17:16:33 +0530") Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:296225 Archived-At: Visuwesh writes: [...] > As someone who does not really understand Git, does this mean we are > rewriting the log message without also committing a change? I thought > that was not allowed by Git. It is allowed=E2=80=A6 but not a good idea on anything public. --=20 Manuel Giraud