summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2017-03-21 22:11:23 +0100
committerClément Lassieur <clement@lassieur.org>2017-03-24 13:56:38 +0100
commitee7c21c7044355fc4c6bbe0906f061f6fbdfb79e (patch)
tree76799c8beafd962a5bc748c810452aea569f1583 /HACKING
parent3d39ab456d0ce6c51c555697fa1466423b188b12 (diff)
maint: Mention the Signed-off-by line in 'HACKING'.
* HACKING: Mention the Signed-off-by line.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 4 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 46a72496164..349015499fc 100644
--- a/HACKING
+++ b/HACKING
@@ -50,6 +50,10 @@ You can prevent yourself from accidentally pushing unsigned commits to Savannah
50by using the pre-push Git hook called 'pre-push'. It's located at 50by using the pre-push Git hook called 'pre-push'. It's located at
51'etc/git/pre-push'. 51'etc/git/pre-push'.
52 52
53When pushing a commit on behalf of somebody else, please add a Signed-off-by
54line at the end of the commit log message (e.g. with ‘git am --signoff’).
55This improves tracking of who did what.
56
53For anything else, please post to guix-patches@gnu.org and leave time for a 57For anything else, please post to guix-patches@gnu.org and leave time for a
54review, without committing anything. If you didn’t receive any reply 58review, without committing anything. If you didn’t receive any reply
55after two weeks, and if you’re confident, it’s OK to commit. 59after two weeks, and if you’re confident, it’s OK to commit.