.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-SHOW-INDEX" 1 "" "" "" .SH NAME git-show-index \- Show packed archive index .SH "SYNOPSIS" git\-show\-index < idx\-file .SH "DESCRIPTION" 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\&. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" Documentation by Junio C Hamano .SH "GIT" Part of the \fBgit\fR(7) suite