6 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 SHA-1 of each object.
 
  26 Part of the linkgit:git[1] suite