From: Junio C Hamano Date: Mon, 22 Dec 2025 05:58:28 +0000 (+0900) Subject: Merge branch 'jt/repo-struct-more-objinfo' into next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04904c31c0471e289c2978dadf61c9ac45cbfdf;p=thirdparty%2Fgit.git Merge branch 'jt/repo-struct-more-objinfo' into next 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 --- d04904c31c0471e289c2978dadf61c9ac45cbfdf 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: