.\"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-INDEX-PACK" 1 "" "" "" .SH NAME git-index-pack \- Build pack index file for an existing packed archive .SH "SYNOPSIS" git\-index\-pack [\-o ] .SH "DESCRIPTION" Reads a packed archive (\&.pack) from the specified file, and builds a pack index file (\&.idx) for it\&. The packed archive together with the pack index can then be placed in the objects/pack/ directory of a git repository\&. .SH "OPTIONS" .TP \-o Write the generated pack index into the specified file\&. Without this option the name of pack index file is constructed from the name of packed archive file by replacing \&.pack with \&.idx (and the program fails if the name of packed archive does not end with \&.pack)\&. .SH "AUTHOR" Written by Sergey Vlasov .SH "DOCUMENTATION" Documentation by Sergey Vlasov .SH "GIT" Part of the \fBgit\fR(7) suite