Lines Matching refs:off
97 later in this document), the developer simply adds a ``Signed-off-by``
129 sign-off) is maintained indefinitely and may be redistributed
136 The "sign-off" in the DCO is a "Signed-off-by:" line in each commit's log
137 message. The Signed-off-by: line must be in the following format::
139 Signed-off-by: Your Name <your.email@example.com>
149 You can automatically add the Signed-off-by: line to your commit body using
157 your Signed-off-by: line without removing the existing one.
159 - If you forget to add the Signed-off-by: line, you can add it to your previous
175 sign-off messages and the author identity.
388 Signed-off-by: [Your Full Name] <[your.email@address]>
409 Signed-off-by: Zephyr Developer <z.developer@example.com>
471 Signed-off-by: ...
478 Signed-off-by: line automatically using this information.
481 Signed-off-by: line that looks like this:
485 Signed-off-by: [Your Full Name] <[your.email@address]>
492 Signed-off-by: Zephyr Developer <z.developer@example.com>
800 #. Create a topic branch (off of ``main``) for your work (if you're addressing
831 The ``-s`` option automatically adds your ``Signed-off-by:`` to your commit
866 new branch off of ``main`` and not the previous branch.)::