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, --verbose
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, disk
20           space consumed by those packs, and number of objects that can be
21           removed by running git prune-packed.
22

AUTHOR

24       Written by Junio C Hamano <gitster@pobox.com[1]>
25

DOCUMENTATION

27       Documentation by Junio C Hamano and the git-list
28       <git@vger.kernel.org[2]>.
29

GIT

31       Part of the git(1) suite
32

NOTES

34        1. gitster@pobox.com
35           mailto:gitster@pobox.com
36
37        2. git@vger.kernel.org
38           mailto:git@vger.kernel.org
39
40
41
42Git 1.7.1                         08/16/2017              GIT-COUNT-OBJECTS(1)
Impressum