SYNOPSIS

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

DESCRIPTION

This program searches the $GIT_OBJECT_DIRECTORY for all objects that currently exist in a pack file as well as in the independent object directories.

余分なオブジェクトはすべて削除されます。

パックは、個別に圧縮され、デルタ圧縮が適用され、単一のファイルに格納され、関連付けられたインデックスファイルを持つオブジェクトのコレクションです。

パックは、ミラーシステム、バックアップエンジン、ディスクストレージなどの負荷を軽減するために使用されます。

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