6 git-show-index - Show packed archive index
17 Read the idx file for a Git packfile created with
18 'git pack-objects' command from the standard input, and
21 The information it outputs is subset of what you can get from
22 'git verify-pack -v'; this command only shows the packfile
23 offset and SHA-1 of each object.
27 Part of the linkgit:git[1] suite