1GIT-PRUNE-PACKED(1)               Git Manual               GIT-PRUNE-PACKED(1)
2
3
4

NAME

6       git-prune-packed - Remove extra objects that are already in pack files
7

SYNOPSIS

9       git prune-packed [-n|--dry-run] [-q|--quiet]
10

DESCRIPTION

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

OPTIONS

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

AUTHOR

34       Written by Linus Torvalds <torvalds@osdl.org[1]>
35

DOCUMENTATION

37       Documentation by Ryan Anderson <ryan@michonline.com[2]>
38

SEE ALSO

40       git-pack-objects(1) git-repack(1)
41

GIT

43       Part of the git(1) suite
44

NOTES

46        1. torvalds@osdl.org
47           mailto:torvalds@osdl.org
48
49        2. ryan@michonline.com
50           mailto:ryan@michonline.com
51
52
53
54Git 1.7.4.4                       04/11/2011               GIT-PRUNE-PACKED(1)
Impressum