Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2021 06:26:48 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d24ea0f845 - main - Document what Signed-off-by means
Message-ID:  <202103170626.12H6QmsT077114@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d24ea0f8456592362f6ff9067a39b30e4614fef3

commit d24ea0f8456592362f6ff9067a39b30e4614fef3
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-03-17 06:25:24 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-03-17 06:25:24 +0000

    Document what Signed-off-by means
    
    We get submissions with this from time to time, so document what signed-off-by
    means. It's not used extensively in FreeBSD at this time.
---
 documentation/content/en/articles/committers-guide/_index.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 9edbef3945..af27f24735 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -2446,6 +2446,10 @@ number, for ports) and the title line of a commit that is fixed by this change.
 
 |`Differential Revision:`
 |The full URL of the Phabricator review. This line __must be the last line__. For example: `https://reviews.freebsd.org/D1708`.
+
+|`Signed-off-by:`
+|ID certifies compliance with https://developercertificate.org/
+
 |===
 
 .Commit Log for a Commit Based on a PR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103170626.12H6QmsT077114>