1GIT-PRUNE-PACKED(1) Git Manual GIT-PRUNE-PACKED(1)
2
3
4
6 git-prune-packed - Remove extra objects that are already in pack files
7
9 git prune-packed [-n|--dry-run] [-q|--quiet]
10
11
13 This program searches the $GIT_OBJECT_DIRECTORY for all objects that
14 currently exist in a pack file as well as the independent object
15 directories.
16
17 All such extra objects are removed.
18
19 A pack is a collection of objects, individually compressed, with delta
20 compression applied, stored in a single file, with an associated index
21 file.
22
23 Packs are used to reduce the load on mirror systems, backup engines,
24 disk storage, etc.
25
27 -n, --dry-run
28 Don’t actually remove any objects, only show those that would have
29 been removed.
30
31 -q, --quiet
32 Squelch the progress indicator.
33
35 git-pack-objects(1) git-repack(1)
36
38 Part of the git(1) suite
39
40
41
42Git 2.24.1 12/10/2019 GIT-PRUNE-PACKED(1)