GIT\-SHOW\-INDEX
Section: Git Manual (1)Updated: 09/30/2007
Index Return to Main Contents
NAME
git-show-index - Show packed archive indexSYNOPSIS
git-show-index < idx-fileDESCRIPTION
Reads given idx file for packed git archive created with git-pack-objects command, and dumps its contents.The information it outputs is subset of what you can get from git-verify-pack -v; this command only shows the packfile offset and SHA1 of each object.
AUTHOR
Written by Linus Torvalds <torvalds@osdl.org>DOCUMENTATION
Documentation by Junio C HamanoGIT
Part of the git(7) suite


