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.
git show is your friend:
git show
git show shaOfHisCheckIn