Topics ▾
Email
Version 1.7.6.1 ▾
git-prune-packed last updated in 1.7.6.1
Changes in the git-prune-packed manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.8.2.3 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.6.5.1 → 1.7.4.5 no changes
-
1.6.5
10/10/09
- 1.6.0.1 → 1.6.4.5 no changes
-
1.6.0
08/17/08
- 1.5.6.1 → 1.5.6.6 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
- 1.5.3.4 → 1.5.3.8 no changes
-
1.5.3.3
09/29/07
- 1.5.3.1 → 1.5.3.2 no changes
-
1.5.3
09/02/07
- 1.5.0.1 → 1.5.2.5 no changes
-
1.5.0
02/14/07
- 1.3.1 → 1.4.4.5 no changes
-
1.3.0
04/18/06
git-prune-packed(1) Manual Page
NAME
git-prune-packed - Remove extra objects that are already in pack files
SYNOPSIS
git prune-packed [-n|--dry-run] [-q|--quiet]
DESCRIPTION
This program searches the $GIT_OBJECT_DIR for all objects that currently exist in a pack file as well as the independent object directories.
All such extra objects are removed.
A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file.
Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.
OPTIONS
- -n
- --dry-run
Don't actually remove any objects, only show those that would have been removed.
- -q
- --quiet
Squelch the progress indicator.
SEE ALSO
GIT
Part of the git(1) suite