blob: d98758f3cb70d7298cb5bd5a18c8fa23bfe2cd6e [file] [log] [blame]
Junio C Hamanodf3d3cd2020-11-02 22:05:051ifdef::git-commit[]
2-s::
3endif::git-commit[]
4--signoff::
5--no-signoff::
6Add a `Signed-off-by` trailer by the committer at the end of the commit
7log message. The meaning of a signoff depends on the project
8to which you're committing. For example, it may certify that
9the committer has the rights to submit the work under the
10project's license or agrees to some contributor representation,
11such as a Developer Certificate of Origin.
Junio C Hamano25047112023-12-18 22:51:2112(See https://developercertificate.org for the one used by the
Junio C Hamanodf3d3cd2020-11-02 22:05:0513Linux kernel and Git projects.) Consult the documentation or
14leadership of the project to which you're contributing to
15understand how the signoffs are used in that project.
16+
17The --no-signoff option can be used to countermand an earlier --signoff
18option on the command line.