1GIT-COUNT-OBJECTS(1)              Git Manual              GIT-COUNT-OBJECTS(1)
2
3
4

NAME

6       git-count-objects - Count unpacked number of objects and their disk
7       consumption
8

SYNOPSIS

10       git-count-objects [-v]
11

DESCRIPTION

13       This counts the number of unpacked object files and disk space consumed
14       by them, to help you decide when it is a good time to repack.
15

OPTIONS

17       -v
18           In addition to the number of loose objects and disk space consumed,
19           it reports the number of in-pack objects, number of packs, and
20           number of objects that can be removed by running git-prune-packed.
21

AUTHOR

23       Written by Junio C Hamano <junkio@cox.net>
24

DOCUMENTATION

26       Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
27

GIT

29       Part of the git(7) suite
30
31
32
33
34Git 1.5.3.3                       10/09/2007              GIT-COUNT-OBJECTS(1)
Impressum