diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 13:14:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:30 +0100 |
commit | 452332445af271ade214bd4aee12d3f03b5bd9e5 (patch) | |
tree | d77541b286ea44188b2e27df749fcc688b87c324 /documentation/dev-manual | |
parent | 8cd203a46c6c806fc8727ca895347b22e5921383 (diff) | |
download | poky-452332445af271ade214bd4aee12d3f03b5bd9e5.tar.gz |
documentation: dev-manual - wording change to remove ambiguity.
(From yocto-docs rev: 01fc1959efa85fdba17beec4a5c565108c6ab68a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index ebae72e820..6beffc2f94 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -992,7 +992,8 @@ | |||
992 | should almost always provide a more detailed description of what you did (i.e. | 992 | should almost always provide a more detailed description of what you did (i.e. |
993 | the body of the commit message). | 993 | the body of the commit message). |
994 | The only exceptions for not providing a detailed description would be if your | 994 | The only exceptions for not providing a detailed description would be if your |
995 | change is a simple, self-explanatory change that needs no description. | 995 | change is a simple, self-explanatory change that needs no further description |
996 | beyond the summary. | ||
996 | Here are the guidelines for composing a commit message: | 997 | Here are the guidelines for composing a commit message: |
997 | <itemizedlist> | 998 | <itemizedlist> |
998 | <listitem><para>Provide a single-line, short summary of the change. | 999 | <listitem><para>Provide a single-line, short summary of the change. |