]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-count-objects.txt
Merge branch 'ml/cvsserver'
[thirdparty/git.git] / Documentation / git-count-objects.txt
CommitLineData
215a7ad1
JH
1git-count-objects(1)
2====================
7fc9d69f
JH
3
4NAME
5----
215a7ad1 6git-count-objects - Reports on unpacked objects.
7fc9d69f
JH
7
8SYNOPSIS
9--------
215a7ad1 10'git-count-objects'
7fc9d69f
JH
11
12DESCRIPTION
13-----------
52a22d1e
LAS
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.
7fc9d69f
JH
16
17Author
18------
19Written by Junio C Hamano <junkio@cox.net>
20
21Documentation
22--------------
23Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
24
25GIT
26---
a7154e91 27Part of the gitlink:git[7] suite
7fc9d69f 28