.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-COUNT\-OBJECTS" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-count\-objects \- Count unpacked number of objects and their disk consumption .SH "SYNOPSIS" \fIgit\-count\-objects\fR [\-v] .SH "DESCRIPTION" 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" .TP \-v In addition to the number of loose objects and disk space consumed, it reports the number of in\-pack objects, number of packs, and number of objects that can be removed by running git\-prune\-packed. .SH "AUTHOR" Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite