Autogenerated manpages for v2.46.1-603-g94b60a
[git-manpages.git] / man1 / git-prune-packed.1
blob8af87bd3e4e71db0cb366133435109a46f5b741e
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 v1.79.2 <http://docbook.sf.net/>
5 .\"      Date: 2024-09-20
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.46.1.603.g94b60adee3
8 .\"  Language: English
9 .\"
10 .TH "GIT\-PRUNE\-PACKED" "1" "2024-09-20" "Git 2\&.46\&.1\&.603\&.g94b60a" "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 .SH "DESCRIPTION"
38 .sp
39 This program searches the \fB$GIT_OBJECT_DIRECTORY\fR for all objects that currently exist in a pack file as well as in the independent object directories\&.
40 .sp
41 All such extra objects are removed\&.
42 .sp
43 A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
44 .sp
45 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
46 .SH "OPTIONS"
47 .PP
48 \-n, \-\-dry\-run
49 .RS 4
50 Don\(cqt actually remove any objects, only show those that would have been removed\&.
51 .RE
52 .PP
53 \-q, \-\-quiet
54 .RS 4
55 Squelch the progress indicator\&.
56 .RE
57 .SH "SEE ALSO"
58 .sp
59 \fBgit-pack-objects\fR(1) \fBgit-repack\fR(1)
60 .SH "GIT"
61 .sp
62 Part of the \fBgit\fR(1) suite