Skip to content

repository: Exclude alternate object directories in repository size

John Cai requested to merge jc-exclude-alternates-from-repo-size into master

When calculating repository size with rev-list, it will count the objects that reside in a pool repository. We don't want to count pool repository storage as part of the repository storage, so include an option to exclude counting any objects that live in an alternate object directory.

part of: gitlab#357680 (closed)

the decision to exclude this was made in: gitlab#357680 (comment 945176134)

Changelog: changed

Edited by John Cai

Merge request reports