Merge branch 'mg/count-objects'

* mg/count-objects:
  count-objects: Add total pack size to verbose output
This commit is contained in:
Junio C Hamano
2008-08-20 23:41:54 -07:00
3 changed files with 7 additions and 3 deletions

View File

@@ -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)" '