Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: Clarify '--signoff' for git-commit
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>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f430c8e
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 0e25bb862704eee4a22fe5349c04823d14ea9cba..79be4f1c0086fd1193734412019feeef8b07d669 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-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::