Lines Matching full:signed

17    Signed-off-by: YOUR NAME <YOUR@EMAIL>
51 The name used with "Signed-off-by" does not need to be your legal name, nor
57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field.
63 nonetheless expected to add their own ``Signed-off-by`` to comply with the
70 this scenario, git commits will usually be expected to have a ``Signed-off-by``
75 need not include a ``Signed-off-by``.
79 their own ``Signed-off-by`` added unless their code suggestion was
86 It can be said that in this case a ``Signed-off-by`` is indicating that
89 ``Signed-off-by`` for each contributor, as in some countries employees are
93 When multiple ``Signed-off-by`` tags are present, they should be strictly kept
99 While the ``Signed-off-by`` tag is mandatory, there are a number of other tags
106 ``Signed-off-by`` to the same commit.
136 suitable ``Signed-off-by`` tags.
139 **must** also then add their own ``Signed-off-by`` to indicate that they have
145 commit message, just prior to the maintainer's ``Signed-off-by``::
147 Signed-off-by: Cory Contributor <cory.contributor@example.com>
149 Signed-off-by: Mary Maintainer <mary.maintainer@mycorp.test>
152 Tools for adding ``Signed-off-by``
155 There are a variety of ways tools can support adding ``Signed-off-by`` tags
183 ("8sob" "Signed-off-by: YOUR NAME <your@email.addr>" nil 1)
197 iabbrev 8sob Signed-off-by: YOUR NAME <your@email.addr>
212 original ``Signed-off-by``
216 ``Signed-off-by`` in the patch in addition to the orignal author's
219 ``Signed-off-by``::
221 Signed-off-by: Some Person <some.person@example.com>
223 Signed-off-by: New Person <new.person@mycorp.test>