Matthew D. Fuller (2009-01-16 13:25 -0600) wrote:
> git does:
>> index 45b983b..5716ca5 100644
> (though those aren't rev hashes; they're presumably _something_
> deterministic)
Those hashes are the two blob objects (i.e., the file content) which are
being compared. You can display any git object with "git show" command:
$ git show 45b983b
$ git show 5716ca5