From 22cd27dac4627ffdc86fae930138120765ddb49c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 13 Dec 2010 13:41:38 -0800 Subject: 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 --- documentation/kernel-manual/kernel-how-to.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/kernel-manual/kernel-how-to.xml') 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> -- cgit v1.2.3-54-g00ecf