summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
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 /t/t5500-fetch-pack.sh
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 't/t5500-fetch-pack.sh')
-rwxr-xr-xt/t5500-fetch-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh
index 362cf7e..7125bae 100755
--- a/t/t5500-fetch-pack.sh
+++ b/t/t5500-fetch-pack.sh
@@ -137,7 +137,7 @@ test_expect_success "clone shallow object count" \
"test \"in-pack: 18\" = \"$(grep in-pack count.shallow)\""
count_output () {
- sed -e '/^in-pack:/d' -e '/^packs:/d' -e '/: 0$/d' "$1"
+ sed -e '/^in-pack:/d' -e '/^packs:/d' -e '/^size-pack:/d' -e '/: 0$/d' "$1"
}
test_expect_success "clone shallow object count (part 2)" '