mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
documentation/kernel-manual/kernel-how-to.xml: fixed typo bug 588
removed the ";" character that was part of the git log --pretty=oneline command example. This fixes bug [BUGID# 588]. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
e8017dc3cb
commit
22cd27dac4
@@ -429,7 +429,7 @@ repository.
|
||||
> eg: git whatchanged standard..common_pc-standard
|
||||
|
||||
# summary of the changes
|
||||
> git log --pretty=oneline --;abbrev-commit <kernel type>..<bsp>-<kernel type>
|
||||
> git log --pretty=oneline --abbrev-commit <kernel type>..<bsp>-<kernel type>
|
||||
|
||||
# source code changes (one combined diff)
|
||||
> git diff <kernel type>..<bsp>-<kernel type>
|
||||
|
||||
Reference in New Issue
Block a user