]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Document gotcha.
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Aug 2024 12:50:14 +0000 (15:50 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:39 +0000 (09:51 +0200)
(cherry picked from commit d6880bc24ddf25c4bb814d80534ae66949142162)

admin/make-tarball.txt

index 1b6d9744ecc442fb9d5de2e5edb919130868ffb0..85a8ef2624d568cdd1b28c45463fad1fb681eb88 100644 (file)
@@ -210,7 +210,10 @@ General steps (for each step, check for possible errors):
     should be committed separately, as described in step 3 above, to
     avoid them being merged to master.  The lisp/ldefs-boot.el file
     should not be merged to master either, so it could be added to the
-    same commit or committed separately.
+    same commit or committed separately.  To make sure the changes to
+    ChangeLog.N and etc/AUTHORS are _not_ skipped, do NOT describe their
+    updates as "regenerate" or "re-generate", since gitmerge.el by
+    default skips such commits; instead, use "update" or some such.
 
     The easiest way of doing that is "C-x v d ROOT-DIR RET", then go
     to the first modified file, press 'M' to mark all modified files,