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