Teach SubmittingPatches about git-commit -s
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Tue, 21 Nov 2006 18:55:20 +0000 (19:55 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 24 Nov 2012 19:00:49 +0000 (14:00 -0500)
commit189d6e459d005ba2cf6b19cfb1ec2cdac6f2ae6d
tree9bb933dfe97eff8c54c17c559bff7e2581043e27
parent346f55489aabf4ea912792ef3cb221853117dd8c
Teach SubmittingPatches about git-commit -s

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>
[wking@tremily.us: removed diff context to merge with Linux kernel
version]
Signed-off-by: W. Trevor King <wking@tremily.us>
Documentation/SubmittingPatches