From: Scott Rifenbark Date: Mon, 13 Dec 2010 21:41:38 +0000 (-0800) Subject: documentation/kernel-manual/kernel-how-to.xml: fixed typo bug 588 X-Git-Tag: 2011-1~3458 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=22cd27dac4627ffdc86fae930138120765ddb49c;p=openembedded-core.git 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 --- 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. > 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>