X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-count-objects.txt;h=198ce77a8a541ba33855bf5236b4791e2b395557;hb=f31d9f5bcd0a1c236d8277df39c74927917ffb8f;hp=47216f488b444e2d9f37c302a71b9ac496b928a5;hpb=0107892cfadf8a2ef6989005b4a2efd94df310aa;p=git.git diff --git a/git-count-objects.txt b/git-count-objects.txt index 47216f48..198ce77a 100644 --- a/git-count-objects.txt +++ b/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, and number of objects that can be removed by + running `git-prune-packed`. + + Author ------ Written by Junio C Hamano