diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-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> |