Autogenerated man pages for v1.3.3-ged90
[git.git] / man1 / git-index-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-INDEX-PACK" 1 "" "" ""
21 .SH NAME
22 git-index-pack \- Build pack index file for an existing packed archive
23 .SH "SYNOPSIS"
24
25
26 git\-index\-pack [\-o <index\-file>] <pack\-file>
27
28 .SH "DESCRIPTION"
29
30
31 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\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-o <index\-file>
37 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)\&.
38
39 .SH "AUTHOR"
40
41
42 Written by Sergey Vlasov <vsu@altlinux\&.ru>
43
44 .SH "DOCUMENTATION"
45
46
47 Documentation by Sergey Vlasov
48
49 .SH "GIT"
50
51
52 Part of the \fBgit\fR(7) suite
53