From 0e47365c55b223ff572006eac953d117a5fcfc3f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 16:31:29 -0700 Subject: [PATCH] dev-manual: Edits to "Creating the Patch" section. (From yocto-docs rev: b951f038747f7db6024eb25cbaf025f3bc167ccc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ . Stage and commit your changes: - These Git commands list out the changed file, stage it, and then + These Git commands display the modified file, stage it, and then commit the file: $ git status