Autogenerated man pages for v1.1.5-g36b5
[git.git] / man1 / git-prune-packed.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-PRUNE-PACKED" 1 "" "" ""
21 .SH NAME
22 git-prune-packed \- Program used to remove the extra object files that are now residing in a pack file.
23 .SH "SYNOPSIS"
24
25
26 git\-prune\-packed [\-n]
27
28 .SH "DESCRIPTION"
29
30
31 This program search the $GIT_OBJECT_DIR for all objects that currently exist in a pack file as well as the independent object directories\&.
32
33
34 All such extra objects are removed\&.
35
36
37 A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
38
39
40 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
41
42 .SH "OPTIONS"
43
44 .TP
45 \-n
46 Don't actually remove any objects, only show those that would have been removed\&.
47
48 .SH "AUTHOR"
49
50
51 Written by Linus Torvalds <torvalds@osdl\&.org>
52
53 .SH "DOCUMENTATION"
54
55
56 Documentation by Ryan Anderson <ryan@michonline\&.com>
57
58 .SH "SEE-ALSO"
59
60
61 \fBgit\-pack\-objects\fR(1) \fBgit\-repack\fR(1)
62
63 .SH "GIT"
64
65
66 Part of the \fBgit\fR(7) suite
67