6 git-show-index - Show packed archive index
11 'git show-index' < idx-file
16 Reads given idx file for packed git archive created with
17 'git-pack-objects' command, and dumps its contents.
19 The information it outputs is subset of what you can get from
20 'git-verify-pack -v'; this command only shows the packfile
21 offset and SHA1 of each object.
26 Written by Linus Torvalds <torvalds@osdl.org>
30 Documentation by Junio C Hamano
34 Part of the linkgit:git[1] suite