summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMarcus Griep <marcus@griep.us>2008-08-15 04:20:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-17 08:01:42 (GMT)
commitf223824943e23e593b5e9cc647417a4267acc82d (patch)
tree0ab6216159f97f27ac09e1cd75265e02a1e51871 /Documentation
parent053fd0c1c3da20474c4ff175c56ea4c1d6eeda11 (diff)
downloadgit-f223824943e23e593b5e9cc647417a4267acc82d.zip
git-f223824943e23e593b5e9cc647417a4267acc82d.tar.gz
git-f223824943e23e593b5e9cc647417a4267acc82d.tar.bz2
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')
-rw-r--r--Documentation/git-count-objects.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt
index 75a8da1..6bc1c21 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