git-count-objects.1   [plain text]


'\" t
.\"     Title: git-count-objects
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\"      Date: 06/01/2011
.\"    Manual: Git Manual
.\"    Source: Git 1.7.5.4
.\"  Language: English
.\"
.TH "GIT\-COUNT\-OBJECTS" "1" "06/01/2011" "Git 1\&.7\&.5\&.4" "Git Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-count-objects \- Count unpacked number of objects and their disk consumption
.SH "SYNOPSIS"
.sp
\fIgit count\-objects\fR [\-v]
.SH "DESCRIPTION"
.sp
This counts the number of unpacked object files and disk space consumed by them, to help you decide when it is a good time to repack\&.
.SH "OPTIONS"
.PP
\-v, \-\-verbose
.RS 4
In addition to the number of loose objects and disk space consumed, it reports the number of in\-pack objects, number of packs, disk space consumed by those packs, and number of objects that can be removed by running
git prune\-packed\&.
.RE
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite