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/>
7 .\" Source: Git 2.46.1.603.g94b60adee3
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 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
31 git-prune-packed \- Remove extra objects that are already in pack files
35 \fIgit prune\-packed\fR [\-n | \-\-dry\-run] [\-q | \-\-quiet]
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\&.
41 All such extra objects are removed\&.
43 A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
45 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
50 Don\(cqt actually remove any objects, only show those that would have been removed\&.
55 Squelch the progress indicator\&.
59 \fBgit-pack-objects\fR(1) \fBgit-repack\fR(1)
62 Part of the \fBgit\fR(1) suite