X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-count-objects.txt;h=198ce77a8a541ba33855bf5236b4791e2b395557;hb=HEAD;hp=36888d98bfde3de96e11bc61eaa53c67f64b911b;hpb=56fc63193975edd4b9f520b6c65c2b97ecd8ee38;p=git.git diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt index 36888d98..198ce77a 100644 --- a/Documentation/git-count-objects.txt +++ b/Documentation/git-count-objects.txt @@ -3,17 +3,27 @@ git-count-objects(1) NAME ---- -git-count-objects - Reports on unpacked objects. +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, and number of objects that can be removed by + running `git-prune-packed`. + + Author ------ Written by Junio C Hamano