]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete obsolete section in admin/notes/repo
authorStefan Kangas <stefankangas@gmail.com>
Sun, 24 Nov 2024 10:27:19 +0000 (11:27 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 16:59:30 +0000 (17:59 +0100)
* admin/notes/repo: Delete section "How to merge changes from emacs-24
to master", which is documented in admin/notes/git-workflow.  Also
delete out-of-date autoload advice.

(cherry picked from commit fc17e8727d48c32f2610c6fe7c17147bff7be52b)

admin/notes/repo

index b4535bcb5567b25b05756597657cf11550410270..c5caec11e35c93333e91e8d3a8533cf6307ee8e9 100644 (file)
@@ -77,16 +77,6 @@ variable in admin/merge-gnulib before running it.
 If you remove a gnulib module, or if a gnulib module
 removes a file, then remove the corresponding files by hand.
 
-* How to merge changes from emacs-24 to master
-
-[The section on git merge procedure has not yet been written.]
-
-You may see conflicts in autoload md5sums in comments.  Strictly
-speaking, the right thing to do is merge everything else, resolve the
-conflict by choosing either the master or branch version, then run
-'make -C lisp autoloads' to update the md5sums to the correct master
-value before committing.
-
 * Re-adding a file that has been removed from the repository
 
 Let's suppose you've done: