2

Guys, question about git internals.

I can view packs content by executing: git verify-pack -v .git/objects/pack/pack-79b6e1ec4077aa90fd3231be780e6cc22a8e35f7.idx

It will return my content, like this one: ... 2278dd6b6ec2365c03257d153f281943f84f5ff9 blob 24 34 6110 ...

How can I view the content of this piece in pack file? git cat-file -p 2278dd is not that I want - this will show me full content. And I would like to see exactly info from part file

thanks

4

0 回答 0