diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 16:31:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:15 +0100 |
commit | 0e47365c55b223ff572006eac953d117a5fcfc3f (patch) | |
tree | e33fee6fd66d668167298e05f59d1b696a797cb9 /documentation/dev-manual | |
parent | 3781b867078766cf90aa0f67c0bc66bb56831ec3 (diff) | |
download | poky-0e47365c55b223ff572006eac953d117a5fcfc3f.tar.gz |
dev-manual: Edits to "Creating the Patch" section.
(From yocto-docs rev: b951f038747f7db6024eb25cbaf025f3bc167ccc)
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-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cbb003ba01..1e1c81ef4f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2155,7 +2155,7 @@ | |||
2155 | . | 2155 | . |
2156 | </literallayout></para></listitem> | 2156 | </literallayout></para></listitem> |
2157 | <listitem><para><emphasis>Stage and commit your changes</emphasis>: | 2157 | <listitem><para><emphasis>Stage and commit your changes</emphasis>: |
2158 | These Git commands list out the changed file, stage it, and then | 2158 | These Git commands display the modified file, stage it, and then |
2159 | commit the file: | 2159 | commit the file: |
2160 | <literallayout class='monospaced'> | 2160 | <literallayout class='monospaced'> |
2161 | $ git status | 2161 | $ git status |