58a43a88b9d287899cb665c0626d6c5b55333ee7
[git.git] / man1 / git-verify-pack.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-VERIFY-PACK" 1 "" "" ""
21 .SH NAME
22 git-verify-pack \- Validate packed git archive files.
23 .SH "SYNOPSIS"
24
25
26 git\-verify\-pack [\-v] [\-\-] <pack>\&.idx ...
27
28 .SH "DESCRIPTION"
29
30
31 Reads given idx file for packed git archive created with git\-pack\-objects command and verifies idx file and the corresponding pack file\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 <pack>\&.idx ...
37 The idx files to verify\&.
38
39 .TP
40 \-v
41 After verifying the pack, show list of objects contained in the pack\&.
42
43 .TP
44 --
45 Do not interpret any more arguments as options\&.
46
47 .SH "OUTPUT FORMAT"
48
49
50 When specifying the \-v option the format used is:
51
52 .nf
53 SHA1 type size offset\-in\-packfile
54 .fi
55
56
57 for objects that are not deltified in the pack, and
58
59 .nf
60 SHA1 type size offset\-in\-packfile depth base\-SHA1
61 .fi
62
63
64 for objects that are deltified\&.
65
66 .SH "AUTHOR"
67
68
69 Written by Junio C Hamano <junkio@cox\&.net>
70
71 .SH "DOCUMENTATION"
72
73
74 Documentation by Junio C Hamano
75
76 .SH "GIT"
77
78
79 Part of the \fBgit\fR(7) suite
80