GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-PRUNE-PACKED(1) Git Manual GIT-PRUNE-PACKED(1)

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

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

This program searches the $GIT_OBJECT_DIRECTORY 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.

-n, --dry-run
Don’t actually remove any objects, only show those that would have been removed.

-q, --quiet

Squelch the progress indicator.

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

Part of the git(1) suite
04/11/2022 Git 2.35.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.