summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-10-19 15:53:46 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-10-19 15:53:46 -0700
commit3aa615bc5d5348d732b5b1354cc3517a55b34a6f (patch)
tree1c47c65217c518d1d84c328b2620e2607cba2dad /Documentation
parentFix mismerge at cdb22c4 in builtin-checkout.c (diff)
parentDocumentation: Clarify '--signoff' for git-commit (diff)
downloadtgif-3aa615bc5d5348d732b5b1354cc3517a55b34a6f.tar.xz
Merge branch 'maint'
* maint: Documentation: Clarify '--signoff' for git-commit
Diffstat (limited to 'Documentation')
-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 eb05b0f49b..41809eecab 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -94,7 +94,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::