From 09cff066f65361b514dd36b03a822cfb40534f12 Mon Sep 17 00:00:00 2001 From: Abhijit Bhopatkar Date: Sun, 19 Oct 2008 09:49:23 +0530 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-commit.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/git-commit.txt') diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 0e25bb862..79be4f1c0 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:: -- cgit v1.2.1