From 6c70216f554bfbc04acf6a9f9f0cacaa955188b6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 07:46:18 -0700 Subject: documentation/kernel-manual/kernel-concepts.xml: Changed git to Git as needed (From yocto-docs rev: 3e4f2e32c0b98ccbc1eaa370832c0147f1a48045) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-concepts.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index f26e2903eb..263e66a307 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -46,11 +46,11 @@ the baseline kernel is the most stable official release. Include major technological features as part of Yocto Project's up-rev strategy. - Present a git tree, that just like the upstream kernel.org tree, has a + Present a Git tree, that just like the upstream kernel.org tree, has a clear and continuous history. Deliver a key set of supported kernel types, where each type is tailored to a specific use case (i.g. networking, consumer, devices, and so forth). - Employ a git branching strategy that from a customer's point of view + Employ a Git branching strategy that from a customer's point of view results in a linear path from the baseline kernel.org, through a select group of features and ends with their BSP-specific commits. @@ -170,7 +170,7 @@ You can think of the Yocto Project kernel as consisting of a baseline kernel with added features logically structured on top of the baseline. The features are tagged and organized by way of a branching strategy implemented by the - source code manager (SCM) git. + source code manager (SCM) Git. The result is that the user has the ability to see the added features and the commits that make up those features. In addition to being able to see added features, the user can also view the history of what @@ -279,15 +279,15 @@
- Source Code Manager - git + Source Code Manager - Git - The Source Code Manager (SCM) is git and it is the obvious mechanism for meeting the + The Source Code Manager (SCM) is Git and it is the obvious mechanism for meeting the previously mentioned goals. - Not only is it the SCM for kernel.org but git continues to grow in popularity and + Not only is it the SCM for kernel.org but Git continues to grow in popularity and supports many different work flows, front-ends and management techniques. - It should be noted that you can use as much, or as little, of what git has to offer + It should be noted that you can use as much, or as little, of what Git has to offer as is appropriate to your project.
@@ -308,7 +308,7 @@ kernel are: the ability to group patches into named, reusable features to allow top down control of included features the binding of kernel configuration to kernel patches/features - the presentation of a seamless git repository that blends Yocto Project value with the kernel.org history and development + the presentation of a seamless Git repository that blends Yocto Project value with the kernel.org history and development