[poky] [PATCH 1/2] documentation/kernel-manual/kernel-how-to.xml:	fixed typo bug 588
    Scott Rifenbark 
    scott.m.rifenbark at intel.com
       
    Mon Dec 13 13:41:38 PST 2010
    
    
  
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 at intel.com>
---
 documentation/kernel-manual/kernel-how-to.xml |    2 +-
 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 85bd8f8..67f6a90 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>
-- 
1.7.0.4
    
    
More information about the poky
mailing list