doc: Clarify Git commit signing; fix typo.
authorLudovic Courtès <ludo@gnu.org>
Sun, 13 Jun 2021 10:09:40 +0000 (12:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 18 Jun 2021 12:18:07 +0000 (14:18 +0200)
Suggested by Maxime Devos <maximedevos@telenet.be>
and Julien Lepiller <julien@lepiller.eu>.

* doc/contributing.texi (Commit Access): Clarify Git commit signing
setup and fix typo.

doc/contributing.texi

index 9e574f8..e612ea7 100644 (file)
@@ -1367,11 +1367,13 @@ commits, run:
 
 @example
 git config commit.gpgsign true
+
+# Substitute the fingerprint of your public PGP key.
 git config user.signingkey CABBA6EA1DC0FF33
 @end example
 
 You can prevent yourself from accidentally pushing unsigned commits to
-Savannah by using the pre-push Git hook called located at
+Savannah by using the pre-push Git hook located at
 @file{etc/git/pre-push}:
 
 @example