c821501ae3eb6d02adb8a8c45a41dd6cbe5d2e20
[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 git\-unpack\-objects [\-n] [\-q] <pack\-file
27
28 .SH "DESCRIPTION"
29
30
31 Reads a packed archive (\&.pack) from the standard input, and expands the objects contained in the pack into "one\-file one\-object" format in $GIT_OBJECT_DIRECTORY\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-n
37 Only list the objects that would be unpacked, don't actually unpack them\&.
38
39 .TP
40 \-q
41 The command usually shows percentage progress\&. This flag suppresses it\&.
42
43 .SH "AUTHOR"
44
45
46 Written by Linus Torvalds <torvalds@osdl\&.org>
47
48 .SH "DOCUMENTATION"
49
50
51 Documentation by Junio C Hamano
52
53 .SH "GIT"
54
55
56 Part of the \fBgit\fR(7) suite
57