summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f430c8e)
raw | patch | inline | side by side (parent: f430c8e)
author | Abhijit Bhopatkar <bain@devslashzero.com> | |
Sun, 19 Oct 2008 04:19:23 +0000 (09:49 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 19 Oct 2008 05:19:52 +0000 (22:19 -0700) |
'--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>
make it explicit in the documentation.
Signed-off-by: Abhijit Bhopatkar <bain@devslashzero.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | patch | blob | history |
index 0e25bb862704eee4a22fe5349c04823d14ea9cba..79be4f1c0086fd1193734412019feeef8b07d669 100644 (file)
-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::