From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Arsen_Arsenovi=C4=87?= Newsgroups: gmane.emacs.devel Subject: Re: Absentee log entry and Git question Date: Thu, 09 May 2024 11:48:00 +0200 Message-ID: <87msoz9uzz.fsf@aarsen.me> References: <87edab30yq.fsf.ref@yahoo.com> <87edab30yq.fsf@yahoo.com> <871q6b2yru.fsf@yahoo.com> <87ikzn4d6q.fsf@linux-m68k.org> <87ttj71jjr.fsf@yahoo.com> <864jb7722i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12850"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Po Lu , schwab@linux-m68k.org, gerd.moellmann@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 09 11:48:42 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 1s50OG-000384-E5 for ged-emacs-devel@m.gmane-mx.org; Thu, 09 May 2024 11:48:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s50Np-0006ca-Ow; Thu, 09 May 2024 05:48:13 -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 1s50No-0006cQ-IF for emacs-devel@gnu.org; Thu, 09 May 2024 05:48:12 -0400 Original-Received: from mout-p-103.mailbox.org ([80.241.56.161]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1s50Nm-00085u-Nc; Thu, 09 May 2024 05:48:12 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4VZnJ31TzBz9slF; Thu, 9 May 2024 11:48:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1715248083; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CRK0/TynHG3+JAEk5C6+fbsvZmXqlJp6RGbb+t+1hXA=; b=kB/ik4++p4haYB669IOrYnx+oH0MArsJDLctg2/qHDYx53TLhH3gO1tlgBscLQcta7kmLo GbgrMMTsZ700r3uFxdZJ/3gGMXg8IUt/4BXz/TbVWd3lGEjgvtLUBLbw+kD40eHdDgl5MT lwEYQ7kJ624cz0uFQiIQF5OkhrzeZ5Ha/Xkpeb27uPJJD1mIzE0WbWfo64rBkqK6aHHmCa 0WjH+X4H+GjpEhVGFOW08mYww/lYg3CoEzecJR9GS7kSQHNeiWKa1yrc1L010sYOOc6sEw gKiQK9/G0W5NiYqRyX7z0yetAN4//8a4ZPOy/ynao2K5NE37fvrePpW/lVxHiw== In-Reply-To: <864jb7722i.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 May 2024 12:43:33 +0300") Received-SPF: pass client-ip=80.241.56.161; envelope-from=arsen@aarsen.me; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319060 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi. Eli Zaretskii writes: >> From: Po Lu >> Cc: Gerd M=C3=B6llmann , >> emacs-devel@gnu.org >> Date: Thu, 09 May 2024 16:22:32 +0800 >>=20 >> Andreas Schwab writes: >>=20 >> > No. >>=20 >> Alright, so how should this error be corrected in the VC log and >> generated ChangeLog files? It would be dreadfully simple to forget when >> that time eventually comes. > > The VC log is carved in stone with Git, so it cannot be corrected. > > We _can_ correct that in the generated ChangeLog file, though. To > this end, one needs to generate ChangeLog.4, then edit it, and then > commit the fixed version. This can be done now, or it can be deferred > until the first pretest tarball is made for the next version. Could an empty commit with just the missing ChangeLog hunk work? It can be created using: git commit --allow-empty BTW, it might make sense to reuse/reimplement some of the git infrastructure GCC uses to prevent pushes without matching ChangeLogs. Have a lovely day. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIYEARYKAC4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZjyb0BAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTExEA/R2E8xDZZJ/WoruDIC+TN8n0lUzJBTZ13MMv xEgiBqT7AQCdjOAPKkETLs+rZFrU2FqVC+Pc9XtJs+eePAeX1lI9DA== =U2UX -----END PGP SIGNATURE----- --=-=-=--