@@ -166,11 +166,14 @@ The `-m` option is mutually exclusive with `-c`, `-C`, and `-F`.
-s::
--signoff::
Add Signed-off-by line by the committer at the end of the commit
- 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).
+ log message. The meaning of a signoff depends on the project to which
+ you're committing. For example, it may certify that the committer has
+ the rights to submit the work under the project's license or agrees to
+ some contributor representation, such as a Developer Certificate of
+ Origin. (See http://developercertificate.org for the one used by the
+ Linux kernel and Git projects.) Consult the documentation or
+ leadership of the project to which you're contributing to understand
+ how the signoffs are used in that project.
-n::
--no-verify::
@@ -80,11 +80,14 @@ actual commits being merged.
--signoff::
--no-signoff::
Add Signed-off-by line by the committer at the end of the commit
- 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).
+ log message. The meaning of a signoff depends on the project to which
+ you're committing. For example, it may certify that the committer has
+ the rights to submit the work under the project's license or agrees to
+ some contributor representation, such as a Developer Certificate of
+ Origin. (See http://developercertificate.org for the one used by the
+ Linux kernel and Git projects.) Consult the documentation or
+ leadership of the project to which you're contributing to understand
+ how the signoffs are used in that project.
+
With --no-signoff do not add a Signed-off-by line.