gbranden pushed a commit to branch master
in repository groff.
commit 964f9dcff05ee70f82d98317bcb0c8558d1d6f8b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 2 05:13:27 2025 -0600
HACKING: Update and correct list of operations.
---
HACKING | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/HACKING b/HACKING
index 227c7ed00..a5291366c 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
- Copyright 2022-2024 Free Software Foundation, Inc.
+ Copyright 2022-2025 Free Software Foundation, Inc.
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty provided
@@ -288,13 +288,14 @@ Here are some portability notes on writing automated
tests.
Updating gnulib
---------------
-Here's how to update the submodule, using that project's "stable-202407"
+Here's how to update the submodule, using that project's "stable-202501"
branch as an example. From the root of your checkout:
$ cd gnulib
- $ git checkout -b stable-202407 --track origin/stable-202407
$ git pull
+ $ git checkout -b stable-202501 --track origin/stable-202501
$ cd ..
+ $ git add gnulib
$ editor ChangeLog # log it
$ git add ChangeLog
$ git commit
@@ -303,6 +304,7 @@ It's likely a good idea to update the "bootstrap" script at
the same
time (not necessarily in the same commit, however).
$ ./bootstrap --bootstrap-sync
+ $ git add bootstrap
$ editor ChangeLog # log it
$ git add ChangeLog
$ git commit
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit