From f0b44ff4b4be8f4f9c09022782e6554e7c8cd22d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Mar 2015 06:11:33 -0800 Subject: kernel-dev: Applied some user-input formatting for some variables. (From yocto-docs rev: 2aa26a4f32268997e730d48626ad074ef9fcd8bf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-common.xml') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index e16b9e79a4..633a233e65 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -838,7 +838,7 @@ To see a full range of the changes, use the git whatchanged command and specify a commit range for the branch - (<commit>..<commit>). + (commit..commit). @@ -895,16 +895,16 @@ Tags in the Yocto Project kernel tree divide changes for significant features or branches. - The git show <tag> command shows - changes based on a tag. + The git show tag + command shows changes based on a tag. Here is an example that shows systemtap changes: $ git show systemtap You can use the - git branch --contains <tag> command - to show the branches that contain a particular feature. + git branch --contains tag + command to show the branches that contain a particular feature. This command shows the branches that contain the systemtap feature: -- cgit v1.2.3-54-g00ecf