Autogenerated man pages for v1.3.3-ged90
[git.git] / man1 / git-unpack-objects.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-UNPACK-OBJECTS" 1 "" "" ""
21 .SH NAME
22 git-unpack-objects \- Unpack objects from a packed archive
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-unpack\-objects\fR [\-n] [\-q] <pack\-file
27
28 .SH "DESCRIPTION"
29
30
31 Read a packed archive (\&.pack) from the standard input, expanding the objects contained within and writing them into the repository in "loose" (one object per file) format\&.
32
33
34 Objects that already exist in the repository will \fInot\fR be unpacked from the pack\-file\&. Therefore, nothing will be unpacked if you use this command on a pack\-file that exists within the target repository\&.
35
36
37 Please see the git\-repack documentation for options to generate new packs and replace existing ones\&.
38
39 .SH "OPTIONS"
40
41 .TP
42 \-n
43 Only list the objects that would be unpacked, don't actually unpack them\&.
44
45 .TP
46 \-q
47 The command usually shows percentage progress\&. This flag suppresses it\&.
48
49 .SH "AUTHOR"
50
51
52 Written by Linus Torvalds <torvalds@osdl\&.org>
53
54 .SH "DOCUMENTATION"
55
56
57 Documentation by Junio C Hamano
58
59 .SH "GIT"
60
61
62 Part of the \fBgit\fR(7) suite
63