mirror of
https://github.com/git/git.git
synced 2026-02-22 15:51:29 +00:00
Merge branch 'mg/count-objects'
* mg/count-objects: count-objects: Add total pack size to verbose output
This commit is contained in:
@@ -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)" '
|
||||
|
||||
Reference in New Issue
Block a user