From: Junio C Hamano Date: Tue, 23 Dec 2025 02:33:30 +0000 (+0900) Subject: Merge branch 'jt/repo-struct-more-objinfo' into jch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac359d36fc562595d475377232432c8ab1c8960;p=thirdparty%2Fgit.git Merge branch 'jt/repo-struct-more-objinfo' into jch More object database related information are shown in "git repo structure" output. * jt/repo-struct-more-objinfo: builtin/repo: add object disk size info to structure table builtin/repo: add disk size info to keyvalue stucture output builtin/repo: add inflated object info to structure table builtin/repo: add inflated object info to keyvalue structure output builtin/repo: humanise count values in structure output strbuf: split out logic to humanise byte values builtin/repo: group per-type object values into struct --- eac359d36fc562595d475377232432c8ab1c8960 diff --cc Documentation/git-repo.adoc index c4a78277df,861073f641..7d70270dfa --- a/Documentation/git-repo.adoc +++ b/Documentation/git-repo.adoc @@@ -50,6 -50,9 +50,8 @@@ supported + * Reference counts categorized by type * Reachable object counts categorized by type + * Total inflated size of reachable objects by type + * Total disk size of reachable objects by type - + The output format can be chosen through the flag `--format`. Three formats are supported: