Skip to content

Commit

Permalink
Documentation: Clarify '--signoff' for git-commit
Browse files Browse the repository at this point in the history
'--signoff' uses commiter name always to add the signoff line,
make it explicit in the documentation.

Signed-off-by: Abhijit Bhopatkar <bain@devslashzero.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Abhijit Bhopatkar authored and Junio C Hamano committed Oct 19, 2008
1 parent f430c8e commit 09cff06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ OPTIONS

-s::
--signoff::
Add Signed-off-by line at the end of the commit message.
Add Signed-off-by line by the commiter at the end of the commit
log message.

-n::
--no-verify::
Expand Down

0 comments on commit 09cff06

Please sign in to comment.