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/>
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 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]
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\&.
42 All such extra objects are removed\&.
44 A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
46 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
51 Don\(cqt actually remove any objects, only show those that would have been removed\&.
56 Squelch the progress indicator\&.
60 \fBgit-pack-objects\fR(1) \fBgit-repack\fR(1)
63 Part of the \fBgit\fR(1) suite