.\"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-VERIFY-PACK" 1 "" "" "" .SH NAME git-verify-pack \- Validate packed git archive files .SH "SYNOPSIS" \fIgit\-verify\-pack\fR [\-v] [\-\-] \&.idx ... .SH "DESCRIPTION" Reads given idx file for packed git archive created with git\-pack\-objects command and verifies idx file and the corresponding pack file\&. .SH "OPTIONS" .TP \&.idx ... The idx files to verify\&. .TP \-v After verifying the pack, show list of objects contained in the pack\&. .TP \-\- Do not interpret any more arguments as options\&. .SH "OUTPUT FORMAT" When specifying the \-v option the format used is: .nf SHA1 type size offset\-in\-packfile .fi for objects that are not deltified in the pack, and .nf SHA1 type size offset\-in\-packfile depth base\-SHA1 .fi for objects that are deltified\&. .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by Junio C Hamano .SH "GIT" Part of the \fBgit\fR(7) suite