diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-10-19 15:53:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-19 15:53:46 -0700 |
commit | 3aa615bc5d5348d732b5b1354cc3517a55b34a6f (patch) | |
tree | 1c47c65217c518d1d84c328b2620e2607cba2dad /Documentation/git-commit.txt | |
parent | 828e32b82e3e2bb10d6d730d3abe505063b481f6 (diff) | |
parent | 09cff066f65361b514dd36b03a822cfb40534f12 (diff) | |
download | git-3aa615bc5d5348d732b5b1354cc3517a55b34a6f.tar.gz |
Merge branch 'maint'
* maint:
Documentation: Clarify '--signoff' for git-commit
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | 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 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:: |