Topics ▾
Email
Version 1.7.5 ▾
git-count-objects last updated in 1.7.6.1
Changes in the git-count-objects manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.8.2.3 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.6.1.1 → 1.7.4.5 no changes
-
1.6.1
12/25/08
- 1.6.0.1 → 1.6.0.6 no changes
-
1.6.0
08/17/08
- 1.5.6.6 no changes
-
1.5.6.5
08/06/08
- 1.5.6.1 → 1.5.6.4 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
- 1.5.3.1 → 1.5.3.8 no changes
-
1.5.3
09/02/07
- 1.5.0.1 → 1.5.2.5 no changes
-
1.5.0
02/14/07
- 1.4.1 → 1.4.4.5 no changes
-
1.4.0
06/10/06
git-count-objects(1) Manual Page
NAME
git-count-objects - Count unpacked number of objects and their disk consumption
SYNOPSIS
git count-objects [-v]
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.
OPTIONS
- -v
- --verbose
In addition to the number of loose objects and disk space consumed, it reports the number of in-pack objects, number of packs, disk space consumed by those packs, and number of objects that can be removed by running git prune-packed.
GIT
Part of the git(1) suite