Skip to content

Commit 09cff06

Browse files
bainonlinegitster
authored andcommitted
Documentation: Clarify '--signoff' for git-commit
'--signoff' uses commiter name always to add the signoff line, make it explicit in the documentation. Signed-off-by: Abhijit Bhopatkar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f430c8e commit 09cff06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-commit.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ OPTIONS
9292

9393
-s::
9494
--signoff::
95-
Add Signed-off-by line at the end of the commit message.
95+
Add Signed-off-by line by the commiter at the end of the commit
96+
log message.
9697

9798
-n::
9899
--no-verify::

0 commit comments

Comments
 (0)