guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: doc: Explain how to set up Git for signing.


From: Ludovic Courtès
Subject: 01/05: doc: Explain how to set up Git for signing.
Date: Sun, 24 Jul 2016 17:55:53 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 20e29643449adbb9658c0d3bec9c8b117697fe41
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 23 12:48:51 2016 +0200

    doc: Explain how to set up Git for signing.
    
    * HACKING (Commit Access): Give instructions on how to set up Git for
    signing.
---
 HACKING |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/HACKING b/HACKING
index d5828f6..28948b3 100644
--- a/HACKING
+++ b/HACKING
@@ -2,7 +2,7 @@
 
 #+TITLE: Hacking GNU Guix and Its Incredible Distro
 
-Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
+Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <address@hidden>
 Copyright © 2015 Mathieu Lirzin <address@hidden>
 
   Copying and distribution of this file, with or without modification,
@@ -35,9 +35,13 @@ upgrading GnuTLS or GLib.)  We have a mailing list for 
commit notifications
 (address@hidden), so people can notice.  Before pushing your changes,
 make sure to run ‘git pull --rebase’.
 
-All commits that are pushed to the central repository on Savannah should be
-signed with a PGP key, and the public key should be uploaded to your user
-account on Savannah.
+All commits that are pushed to the central repository on Savannah must be
+signed with an OpenPGP key, and the public key should be uploaded to your user
+account on Savannah and to public key servers, such as ‘pgp.mit.edu’.  To
+configure Git to automatically sign commits, run:
+
+  git config commit.gpgsign true
+  git config user.signingkey CABBA6EA1DC0FF33
 
 For anything else, please post to address@hidden and leave time for a
 review, without committing anything.  If you didn’t receive any reply



reply via email to

[Prev in Thread] Current Thread [Next in Thread]