1git-show-index(1) 2================= 3v0.1, July 2005 4 5NAME 6---- 7git-show-index - Show packed archive index 8 9 10SYNOPSIS 11-------- 12'git-show-index' < idx-file 13 14 15DESCRIPTION 16----------- 17Reads given idx file for packed GIT archive created with 18git-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 24 25Author 26------ 27Written by Linus Torvalds <torvalds@osdl.org> 28 29Documentation 30-------------- 31Documentation by Junio C Hamano 32 33GIT 34--- 35Part of the link:git.html[git] suite 36