short version
How can I get a reasonably detailed, human-readable dump of .git/index
?
tl;dr version
I have two index files, myrepo/.git/index
and myrepo-copy/.git/index
that are different according to diff
("Binary files ... differ").
I'd like to know more details on how the two index files differ.
Of course, I could look at the differences in the binary content, but I'm interested in something more immediately meaningful.
Therefore I'm looking for a way to get human-readable dumps of these two index files that I can compare with diff
.