Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-03-09 23:48:40 -08:00
parent 057d2bd1a4
commit 71d2cdf190
3 changed files with 3 additions and 3 deletions

View File

@ -323,7 +323,7 @@ Changes are submitted as Git commits. Each commit message must contain:
* A short and descriptive subject line that is less than 72 characters,
followed by a blank line. The subject line must include a prefix that
identifies the subsystem being changed, followed by a colon, and a short
title, for example: ``doc: upda te commit guidelines instructions``.
title, for example: ``doc: update commit guidelines instructions``.
(If you're updating an existing file, you can use
``git log <filename>`` to see what developers used as the prefix for
previous patches of this file.)

View File

@ -543,7 +543,7 @@ your changes so you wont need to resubmit the pull request.</p>
<li><p class="first">A short and descriptive subject line that is less than 72 characters,
followed by a blank line. The subject line must include a prefix that
identifies the subsystem being changed, followed by a colon, and a short
title, for example: <code class="docutils literal"><span class="pre">doc:</span> <span class="pre">upda</span>&#160; <span class="pre">te</span> <span class="pre">commit</span> <span class="pre">guidelines</span> <span class="pre">instructions</span></code>.
title, for example: <code class="docutils literal"><span class="pre">doc:</span> <span class="pre">update</span> <span class="pre">commit</span> <span class="pre">guidelines</span> <span class="pre">instructions</span></code>.
(If youre updating an existing file, you can use
<code class="docutils literal"><span class="pre">git</span> <span class="pre">log</span> <span class="pre">&lt;filename&gt;</span></code> to see what developers used as the prefix for
previous patches of this file.)</p>

File diff suppressed because one or more lines are too long