aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorAbhijit Bhopatkar <bain@devslashzero.com>2008-10-19 09:49:23 +0530
committerJunio C Hamano <gitster@pobox.com>2008-10-18 22:19:52 -0700
commit09cff066f65361b514dd36b03a822cfb40534f12 (patch)
treee37339d53c6a486711fa2c4a3331f8f954284563 /Documentation/git-commit.txt
parentf430c8e44d0548e844d817fc32be7c38b2b6856c (diff)
downloadgit-09cff066f65361b514dd36b03a822cfb40534f12.tar.gz
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>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 0e25bb8627..79be4f1c00 100644
--- 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::