No, you're not *missing* anything. You have something *too much*.
Please remove the "-p" if you don't want a patch.
This works:
git log --raw COMMIT-RANGE
(actually, most of the time you'd want to use "-r" too when you get raw
output, but git log enables that by default)
Linus
-