Lines Matching refs:commit
170 …Each commit should compile on its own to allow for ``git bisect`` and continuous integration testi…
177 Once the changes have been made you should commit them to your local repo.
196 The first, summary, line of the git commit message becomes the subject line of the patch email.
228 Here are some guidelines for the body of a commit message:
235 * The commit message must end with a ``Signed-off-by:`` line which is added using::
237 git commit --signoff # or -s
252 * The text of the commit message should be wrapped at 72 characters.
254 * When fixing a regression, it is required to reference the id of the commit
255 which introduced the bug, and put the original author of that commit on CC.
257 the commit SHA and the author of the original code::
261 The output of ``git fixline <SHA>`` must then be added to the commit message::
276 In addition to the ``Signed-off-by:`` name the commit messages can also have
288 in the body of the commit message. For example::
307 a Bugzilla issue ID in the body of the commit message.
326 In the commit message body the Cc: [email protected] should be inserted as follows::
344 To help the maintainers and automation tasks, please document this dependency in commit log or cove…
370 # Generate a patch from the last commit.