diff options
author | Marcus Griep <marcus@griep.us> | 2008-08-15 00:20:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-17 01:01:42 -0700 |
commit | f223824943e23e593b5e9cc647417a4267acc82d (patch) | |
tree | 0ab6216159f97f27ac09e1cd75265e02a1e51871 /Documentation/git-count-objects.txt | |
parent | 053fd0c1c3da20474c4ff175c56ea4c1d6eeda11 (diff) | |
download | git-f223824943e23e593b5e9cc647417a4267acc82d.tar.gz |
count-objects: Add total pack size to verbose output
Adds the total pack size (including indexes) the verbose count-objects
output, floored to the nearest kilobyte.
Updates documentation to match this addition.
Signed-off-by: Marcus Griep <marcus@griep.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-count-objects.txt')
-rw-r--r-- | Documentation/git-count-objects.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt index 75a8da1ca9..6bc1c21e62 100644 --- a/Documentation/git-count-objects.txt +++ b/Documentation/git-count-objects.txt @@ -21,8 +21,9 @@ OPTIONS --verbose:: 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`. + objects, number of packs, disk space consumed by those packs, + and number of objects that can be removed by running + `git prune-packed`. Author |