diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-02-05 14:54:09 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-02-05 14:54:09 -0800 |
| commit | 7aae9ba6613c38d9f275955af80881fb67ddbd8a (patch) | |
| tree | c2dac60ea7c95fed16f84a49bcba3331c0f815d0 /Documentation/git-commit.txt | |
| parent | 6e29ac23027ed9993c32e1f68d79068498a25165 (diff) | |
| parent | b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09 (diff) | |
| download | git-7aae9ba6613c38d9f275955af80881fb67ddbd8a.tar.xz | |
Merge branch 'dw/signoff-doc' into maint
The documentation has been updated to hint the connection between
the '--signoff' option and DCO.
* dw/signoff-doc:
Expand documentation describing --signoff
Diffstat (limited to 'Documentation/git-commit.txt')
| -rw-r--r-- | Documentation/git-commit.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 7f34a5b331..9ec6b3cc17 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -154,7 +154,11 @@ OPTIONS -s:: --signoff:: Add Signed-off-by line by the committer at the end of the commit - log message. + log message. The meaning of a signoff depends on the project, + but it typically certifies that committer has + the rights to submit this work under the same license and + agrees to a Developer Certificate of Origin + (see http://developercertificate.org/ for more information). -n:: --no-verify:: |
