1git-count-objects(1)
2====================
34
NAME
5----
6git-count-objects - Reports on unpacked objects.
78
SYNOPSIS
9--------
10'git-count-objects'
1112
DESCRIPTION
13-----------
14This counts the number of unpacked object files and disk space consumed by
15them, to help you decide when it is a good time to repack.
1617
Author
18------
19Written by Junio C Hamano <junkio@cox.net>
2021
Documentation
22--------------
23Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
2425
GIT
26---
27Part of the gitlink:git[7] suite
28