So, like, the other day Wolfgang Denk mumbled:
> A variation of (2) is perfectly fine with me:
>
> git log | egrep -v '^Merge'
>
> [I think the commit ID should be included.]
And just to be the first to point out my own lameness:
git log --no-merges
:-)
jdl