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: