X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-count-objects.txt;h=c59df6438c5e832600c1fc7e3e504cfbcb1a02e5;hb=c6d499a82fbb02e2a03fe3d858ff144fa570fb34;hp=47216f488b444e2d9f37c302a71b9ac496b928a5;hpb=7be14b49ac14da65764a115d7cb64c8a72ab5b61;p=git.git diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt index 47216f488..c59df6438 100644 --- a/Documentation/git-count-objects.txt +++ b/Documentation/git-count-objects.txt @@ -7,13 +7,23 @@ git-count-objects - Reports on unpacked objects SYNOPSIS -------- -'git-count-objects' +'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:: + In addition to the number of loose objects and disk + space consumed, it reports the number of in-pack + objects, number of packs, and number of objects that can be + removed by running `git-prune-packed`. + + Author ------ Written by Junio C Hamano