- Additional comments MAY follow a blank line after the summary,
but should be terse.
- A commit MAY include ``fixes: #{bug number}``.
-- Commits MUST include ``signed-off by: Firstname Lastname <email>``. (strict)
+- Commits MUST include ``signed-off-by: Firstname Lastname <email>``. (strict)
.. tip:: Follow the foregoing convention particularly where it says
``(strict)`` or you will be asked to modify your commit to comply with
doc: Fixes a spelling error and a broken hyperlink.
- signed-off by: John Doe <john.doe@gmail.com>
+ signed-off-by: John Doe <john.doe@gmail.com>
The following comment includes a reference to a bug. ::
fixes: #1234
- signed-off by: John Doe <john.doe@gmail.com>
+ signed-off-by: John Doe <john.doe@gmail.com>
The following comment includes a terse sentence following the comment summary.
Describes 'mon setting', which is a new setting added
to config_opts.h.
- signed-off by: John Doe <john.doe@gmail.com>
+ signed-off-by: John Doe <john.doe@gmail.com>
To commit changes, execute the following::