diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-11 10:17:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:03 +0100 |
commit | a10057e5074a9d1aab3282ffcf5d23c6dfc08302 (patch) | |
tree | cfb5862e7ee722c24370d7d7d72d8ef80ff3b39c /documentation | |
parent | c263dbd223a0168180920ae53f9a275d3b1f290a (diff) | |
download | poky-a10057e5074a9d1aab3282ffcf5d23c6dfc08302.tar.gz |
documentation/dev-manual/dev-manual-newbie.xml: fixed git-format-email
Bruce Ashfield review comment indicated incorrect usage of
'git-format-email' command. Changed to 'git format-email'
(From yocto-docs rev: 888cc503f836787462dc9d3029c761323037df52)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index c4872547d5..060dc26344 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -549,7 +549,7 @@ | |||
549 | command.</para></listitem> | 549 | command.</para></listitem> |
550 | <listitem><para>Commit the change by using the <filename>git commit</filename> command. | 550 | <listitem><para>Commit the change by using the <filename>git commit</filename> command. |
551 | Be sure to provide a commit message that follows the project’s commit standards.</para></listitem> | 551 | Be sure to provide a commit message that follows the project’s commit standards.</para></listitem> |
552 | <listitem><para>Format the commit by using the <filename>git-format-patch</filename> | 552 | <listitem><para>Format the commit by using the <filename>git format-patch</filename> |
553 | command. | 553 | command. |
554 | This step produces a numbered series of files in the current directory – one for | 554 | This step produces a numbered series of files in the current directory – one for |
555 | each commit.</para></listitem> | 555 | each commit.</para></listitem> |