Documentation / git-show-index.txton commit git-svn: Add a svn-remote.<name>.pushurl config key (12a296b)
   1git-show-index(1)
   2=================
   3
   4NAME
   5----
   6git-show-index - Show packed archive index
   7
   8
   9SYNOPSIS
  10--------
  11'git show-index' < idx-file
  12
  13
  14DESCRIPTION
  15-----------
  16Reads given idx file for packed git archive created with
  17'git pack-objects' command, and dumps its contents.
  18
  19The information it outputs is subset of what you can get from
  20'git verify-pack -v'; this command only shows the packfile
  21offset and SHA1 of each object.
  22
  23GIT
  24---
  25Part of the linkgit:git[1] suite