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>
> 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>