summaryrefslogtreecommitdiff
path: root/Documentation/signoff-option.txt
blob: d1c6713774c7c080b4ada8f200b7a99d8a4919ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifdef::git-commit[]
-s::
endif::git-commit[]
--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).
+
The --no-signoff option can be used to countermand an earlier --signoff
option on the command line.