Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:cfb2dccbdfbdf035e00010b29ed1120c136610c7
Author...:Collin Funk
Committer:Collin Funk
Date.....:Sat Jan 24 19:40:41 2026 -0800
Parents..:0f7cf1c9781e66f444d570b11eebbba64fb6d214

Message
doc: suggest 'git format-patch' for contributing changes

* doc/hello.texi (Reporting bugs): Suggest 'git format-patch' instead of
'diff -c' for contributing patches.

Changes
diff --git a/doc/hello.texi b/doc/hello.texi
line changes: +4/-4
index 6aabd64..e3a2353
--- a/doc/hello.texi
+++ b/doc/hello.texi
@@ -301,10 +301,10 @@ When in doubt whether something is needed or not, include it.  It's
 better to include too much than to leave out something important.
 
 @cindex patches, contributing
-Patches are welcome; if possible, please make them with @samp{@w{diff
--c}} (@pxref{Top,, Overview, diff, Comparing and Merging Files}) and
-include @file{ChangeLog} entries (@pxref{Change Log,,, emacs, The GNU
-Emacs Manual}).  Please follow the existing coding style.
+Patches are welcome; if possible, please make them with @samp{@w{git
+format-patch}} and include @file{ChangeLog} entries (@pxref{Change
+Log,,, emacs, The GNU Emacs Manual}).  Please follow the existing coding
+style.
 
 
 @node GNU Free Documentation License

This website is licensed under AGPL-3.0. Feel free to copy!