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 <bain@devslashzero.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Abhijit Bhopatkar 2008-10-19 09:49:23 +05:30 коммит произвёл Junio C Hamano
Родитель f430c8e44d
Коммит 09cff066f6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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::