From a10057e5074a9d1aab3282ffcf5d23c6dfc08302 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Aug 2011 10:17:17 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 @@ command. Commit the change by using the git commit command. Be sure to provide a commit message that follows the project’s commit standards. - Format the commit by using the git-format-patch + Format the commit by using the git format-patch command. This step produces a numbered series of files in the current directory – one for each commit. -- cgit v1.2.3-54-g00ecf