7 git-show-index - Show packed archive index
12 'git-show-index' < idx-file
17 Reads given idx file for packed GIT archive created with
18 git-pack-objects command, and dumps its contents.
20 The information it outputs is subset of what you can get from
21 'git-verify-pack -v'; this command only shows the packfile
22 offset and SHA1 of each object.
27 Written by Linus Torvalds <torvalds@osdl.org>
31 Documentation by Junio C Hamano
35 Part of the link:git.html[git] suite