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:
Scott Rifenbark 2010-12-13 13:41:38 -08:00 committed by Saul Wold
parent e8017dc3cb
commit 22cd27dac4
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ repository.
&gt; eg: git whatchanged standard..common_pc-standard
# summary of the changes
&gt; git log --pretty=oneline --;abbrev-commit &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;
&gt; git log --pretty=oneline --abbrev-commit &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;
# source code changes (one combined diff)
&gt; git diff &lt;kernel type&gt;..&lt;bsp&gt;-&lt;kernel type&gt;