[PATCH] Documentation: Clarify '--signoff' for git-commit

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Abhijit Bhopatkar
Date: Saturday, October 18, 2008 - 9:19 pm

'--signoff' uses commiter name always to add the signoff line,
make it explicit in the documentation.

Signed-off-by: Abhijit Bhopatkar <bain@devslashzero.com>
---
 Documentation/git-commit.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index eb05b0f..713ab0a 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::
-- 
1.5.6.3
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Documentation: Better explain git-commit --author ..., Abhijit Bhopatkar, (Fri Oct 17, 8:35 pm)
[PATCH] Documentation: Clarify '--signoff' for git-commit, Abhijit Bhopatkar, (Sat Oct 18, 9:19 pm)