gbranden pushed a commit to branch master
in repository groff.
commit 0df4bc2bc534c235a90e4609960e454d55920699
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 26 11:52:53 2024 -0500
HACKING: Fix omitted commands in examples.
---
HACKING | 2 ++
1 file changed, 2 insertions(+)
diff --git a/HACKING b/HACKING
index c316ba792..853159dac 100644
--- a/HACKING
+++ b/HACKING
@@ -233,6 +233,7 @@ branch as an example. From the root of your checkout:
$ git pull
$ cd ..
$ editor ChangeLog # log it
+ $ git add ChangeLog
$ git commit
It's likely a good idea to update the "bootstrap" script at the same
@@ -240,6 +241,7 @@ time (not necessarily in the same commit, however).
$ ./bootstrap --bootstrap-sync
$ editor ChangeLog # log it
+ $ git add ChangeLog
$ git commit
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit