Autogenerated manpages for v2.41.0
[git-manpages.git] / man1 / git-prune-packed.1
blob098a002237d1965bceb562444151f61ed3f30bf1
1 '\" t
2 .\"     Title: git-prune-packed
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 2023-06-01
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.41.0
8 .\"  Language: English
9 .\"
10 .TH "GIT\-PRUNE\-PACKED" "1" "2023\-06\-01" "Git 2\&.41\&.0" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-prune-packed \- Remove extra objects that are already in pack files
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit prune\-packed\fR [\-n | \-\-dry\-run] [\-q | \-\-quiet]
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .sp
40 This program searches the \fB$GIT_OBJECT_DIRECTORY\fR for all objects that currently exist in a pack file as well as the independent object directories\&.
41 .sp
42 All such extra objects are removed\&.
43 .sp
44 A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
45 .sp
46 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
47 .SH "OPTIONS"
48 .PP
49 \-n, \-\-dry\-run
50 .RS 4
51 Don\(cqt actually remove any objects, only show those that would have been removed\&.
52 .RE
53 .PP
54 \-q, \-\-quiet
55 .RS 4
56 Squelch the progress indicator\&.
57 .RE
58 .SH "SEE ALSO"
59 .sp
60 \fBgit-pack-objects\fR(1) \fBgit-repack\fR(1)
61 .SH "GIT"
62 .sp
63 Part of the \fBgit\fR(1) suite