Code

Teach SubmittingPatches about git-commit -s
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Tue, 21 Nov 2006 18:55:20 +0000 (19:55 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Nov 2006 19:40:18 +0000 (11:40 -0800)
As discussed on git mailing list let's teach the reader about
the possiblity to have automatically signed off the commit running
the git-commit -s command

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/SubmittingPatches

index 8a3d31631c915cb4ddd0ea79b4983d87b1959f78..646b6e73318e04cfff7b20abd5d06be424bce503 100644 (file)
@@ -149,6 +149,9 @@ then you just add a line saying
 
        Signed-off-by: Random J Developer <random@developer.example.org>
 
+This line can be automatically added by git if you run the git-commit
+command with the -s option.
+
 Some people also put extra tags at the end.  They'll just be ignored for
 now, but you can do this to mark internal company procedures or just
 point out some special detail about the sign-off.