summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-10-20 00:53:46 +0200
committerJunio C Hamano <gitster@pobox.com>2008-10-20 00:53:46 +0200
commit3aa615bc5d5348d732b5b1354cc3517a55b34a6f (patch)
tree1c47c65217c518d1d84c328b2620e2607cba2dad
parentFix mismerge at cdb22c4 in builtin-checkout.c (diff)
parentDocumentation: Clarify '--signoff' for git-commit (diff)
downloadgit-3aa615bc5d5348d732b5b1354cc3517a55b34a6f.tar.xz
git-3aa615bc5d5348d732b5b1354cc3517a55b34a6f.zip
Merge branch 'maint'
* maint: Documentation: Clarify '--signoff' for git-commit
-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::