8d96a91b410d91eefb6b424d2f3c54e33520b92b
[git.git] / Documentation / git-prune-packed.txt
1 git-prune-packed(1)
2 =====================
3
4 NAME
5 ----
6 git-prune-packed - Program used to remove the extra object files that are now
7 residing in a pack file.
8
9
10 SYNOPSIS
11 --------
12 'git-prune-packed'
13
14 DESCRIPTION
15 -----------
16 This program search the GIT_OBJECT_DIR for all objects that currently exist in
17 a pack file as well as the independent object directories.
18
19 All such extra objects are removed.
20
21 A pack is a collection of objects, individually compressed, with delta
22 compression applied, stored in a single file, with an associated index file.
23
24 Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
25
26 OPTIONS
27 -------
28 -n::
29         Don't actually remove any objects, only show those that would have been
30         removed.
31
32 Author
33 ------
34 Written by Linus Torvalds <torvalds@osdl.org>
35
36 Documentation
37 --------------
38 Documentation by Ryan Anderson <ryan@michonline.com>
39
40 See-Also
41 --------
42 gitlink:git-pack-objects[1]
43 gitlink:git-repack[1]
44
45 GIT
46 ---
47 Part of the gitlink:git[7] suite
48