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
12 This program searches the $GIT_OBJECT_DIRECTORY for all objects that
13 currently exist in a pack file as well as the independent object
14 directories.
15
16 All such extra objects are removed.
17
18 A pack is a collection of objects, individually compressed, with delta
19 compression applied, stored in a single file, with an associated index
20 file.
21
22 Packs are used to reduce the load on mirror systems, backup engines,
23 disk storage, etc.
24
26 -n, --dry-run
27 Don’t actually remove any objects, only show those that would have
28 been removed.
29
30 -q, --quiet
31 Squelch the progress indicator.
32
34 git-pack-objects(1) git-repack(1)
35
37 Part of the git(1) suite
38
39
40
41Git 2.30.2 2021-03-08 GIT-PRUNE-PACKED(1)