maint: Mention the Signed-off-by line in 'HACKING'.

* HACKING: Mention the Signed-off-by line.
master
Clément Lassieur 2017-03-21 22:11:23 +01:00
parent 3d39ab456d
commit ee7c21c704
No known key found for this signature in database
GPG Key ID: 89F96D4808F359C7
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ You can prevent yourself from accidentally pushing unsigned commits to Savannah
by using the pre-push Git hook called 'pre-push'. It's located at by using the pre-push Git hook called 'pre-push'. It's located at
'etc/git/pre-push'. 'etc/git/pre-push'.
When pushing a commit on behalf of somebody else, please add a Signed-off-by
line at the end of the commit log message (e.g. with git am --signoff).
This improves tracking of who did what.
For anything else, please post to guix-patches@gnu.org and leave time for a For anything else, please post to guix-patches@gnu.org and leave time for a
review, without committing anything. If you didnt receive any reply review, without committing anything. If you didnt receive any reply
after two weeks, and if youre confident, its OK to commit. after two weeks, and if youre confident, its OK to commit.