Skip to content

Commit

Permalink
Teach SubmittingPatches about git-commit -s
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paolo Ciarrocchi authored and Junio C Hamano committed Nov 21, 2006
1 parent ef06b91 commit 6994560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6994560

Please sign in to comment.