Code

git-svn: remove svnadmin dependency from the tests
[git.git] / Documentation / SubmittingPatches
index a5b3ebdf7236755570a251dc919709ff9d18b358..646b6e73318e04cfff7b20abd5d06be424bce503 100644 (file)
@@ -107,7 +107,7 @@ enhancements to them, do not forget to "cc: " the person who primarily
 worked on that hierarchy in contrib/.
 
 
-(6) Sign your work
+(4) Sign your work
 
 To improve tracking of who did what, we've borrowed the
 "sign-off" procedure from the Linux kernel project on patches
@@ -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.