mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c263dbd223
commit
a10057e507
@@ -549,7 +549,7 @@
|
||||
command.</para></listitem>
|
||||
<listitem><para>Commit the change by using the <filename>git commit</filename> command.
|
||||
Be sure to provide a commit message that follows the project’s commit standards.</para></listitem>
|
||||
<listitem><para>Format the commit by using the <filename>git-format-patch</filename>
|
||||
<listitem><para>Format the commit by using the <filename>git format-patch</filename>
|
||||
command.
|
||||
This step produces a numbered series of files in the current directory – one for
|
||||
each commit.</para></listitem>
|
||||
|
||||
Reference in New Issue
Block a user