Lines Matching refs:commit
29 * [Commit Message Formats](#commit-message-formats)
131 * Please attempt to limit pull requests to a single commit which resolves
133 * Make sure your commit messages are in the correct format. See the
134 [Commit Message Formats](#commit-message-formats) section for more information.
212 first line in the commit message.
220 An example commit message for new changes is provided below.
236 the commit message should meet the following guidelines:
239 each CID fixed by the commit.
244 An example Coverity defect fix commit message is provided below.
268 Git can append the `Signed-off-by` line to your commit messages. Simply
269 provide the `-s` or `--signoff` option when performing a `git commit`.
270 For more information about writing commit messages, visit [How to Write
271 a Git Commit Message](https://chris.beams.io/posts/git-commit/).
274 If someone else had part in your pull request, please add the following to the commit: