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