summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-how-to.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/kernel-how-to.xml')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 85bd8f8430..67f6a90c68 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -429,7 +429,7 @@ repository.
429 > eg: git whatchanged standard..common_pc-standard 429 > eg: git whatchanged standard..common_pc-standard
430 430
431 # summary of the changes 431 # summary of the changes
432 > git log --pretty=oneline --;abbrev-commit <kernel type>..<bsp>-<kernel type> 432 > git log --pretty=oneline --abbrev-commit <kernel type>..<bsp>-<kernel type>
433 433
434 # source code changes (one combined diff) 434 # source code changes (one combined diff)
435 > git diff <kernel type>..<bsp>-<kernel type> 435 > git diff <kernel type>..<bsp>-<kernel type>