A colleague of mine checked in some changes to Git, and I want to see exactly what those changes were. In other words, the diff between his check-in and its parent.
Try this:
git diff shaOfHisCheckIn^ shaOfHisCheckIn
or
git diff shaOfHisCheckIn{^,}