Use git show instead of git log
commit78fb989545f111017d3c413bc8ce2aaf191e87ca
authorDavid Soria Parra <dsp@php.net>
Fri, 22 Feb 2008 23:15:55 +0000 (23 00:15 +0100)
committerDavid Soria Parra <dsp@php.net>
Fri, 22 Feb 2008 23:15:55 +0000 (23 00:15 +0100)
tree9c9f8e7d1c2f0a34cb229547e93f6de3dd487ec1
parent77adfef216afd558dca6614eecce185e7be6a8e6
Use git show instead of git log

Git log does a diff against the current tree, but people usually
want to do see the changes that where introduced, therefore we use
git show as suggested by Eduardo.

Also doing some indention stuff

Signed-off-by: David Soria Parra <dsp@php.net>
gc-multi-commit.sh