mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
doc: Clarify Git commit signing; fix typo.
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.
This commit is contained in:
parent
d3d6d1c6eb
commit
b5b9266e40
1 changed files with 3 additions and 1 deletions
|
@ -1367,11 +1367,13 @@ commits, run:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
git config commit.gpgsign true
|
git config commit.gpgsign true
|
||||||
|
|
||||||
|
# Substitute the fingerprint of your public PGP key.
|
||||||
git config user.signingkey CABBA6EA1DC0FF33
|
git config user.signingkey CABBA6EA1DC0FF33
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
You can prevent yourself from accidentally pushing unsigned commits to
|
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}:
|
@file{etc/git/pre-push}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
|
Loading…
Reference in a new issue