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] [-q]
10
12 This program searches the $GIT_OBJECT_DIR 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
27 DonĀ“t actually remove any objects, only show those that would have
28 been removed.
29
30 -q
31 Squelch the progress indicator.
32
34 Written by Linus Torvalds <torvalds@osdl.org>
35
37 Documentation by Ryan Anderson <ryan@michonline.com>
38
40 git-pack-objects(1) git-repack(1)
41
43 Part of the git(7) suite
44
45
46
47
48Git 1.5.3.3 10/09/2007 GIT-PRUNE-PACKED(1)