'\" t .\" Title: git-count-objects .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 03/19/2016 .\" Manual: Git Manual .\" Source: Git 1.7.10.4 .\" Language: English .\" .TH "GIT\-COUNT\-OBJECTS" "1" "03/19/2016" "Git 1\&.7\&.10\&.4" "Git Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * 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 .nf \fIgit count\-objects\fR [\-v] .fi .sp .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