File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ OPTIONS
35
35
--signoff::
36
36
Add a `Signed-off-by:` line to the commit message, using
37
37
the committer identity of yourself.
38
+ See the signoff option in linkgit:git-commit[1] for more information.
38
39
39
40
-k::
40
41
--keep::
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ effect to your index in a row.
100
100
-s::
101
101
--signoff::
102
102
Add Signed-off-by line at the end of the commit message.
103
+ See the signoff option in linkgit:git-commit[1] for more information.
103
104
104
105
-S[<keyid>]::
105
106
--gpg-sign[=<keyid>]::
Original file line number Diff line number Diff line change @@ -154,7 +154,11 @@ OPTIONS
154
154
-s::
155
155
--signoff::
156
156
Add Signed-off-by line by the committer at the end of the commit
157
- log message.
157
+ log message. The meaning of a signoff depends on the project,
158
+ but it typically certifies that committer has
159
+ the rights to submit this work under the same license and
160
+ agrees to a Developer Certificate of Origin
161
+ (see http://developercertificate.org/ for more information).
158
162
159
163
-n::
160
164
--no-verify::
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ include::diff-options.txt[]
109
109
--signoff::
110
110
Add `Signed-off-by:` line to the commit message, using
111
111
the committer identity of yourself.
112
+ See the signoff option in linkgit:git-commit[1] for more information.
112
113
113
114
--stdout::
114
115
Print all commits to the standard output in mbox format,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ effect to your index in a row.
89
89
-s::
90
90
--signoff::
91
91
Add Signed-off-by line at the end of the commit message.
92
+ See the signoff option in linkgit:git-commit[1] for more information.
92
93
93
94
--strategy=<strategy>::
94
95
Use the given merge strategy. Should only be used once.
You can’t perform that action at this time.
0 commit comments