aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJustin Tobler <jltobler@gmail.com>2025-12-17 11:54:03 -0600
committerJunio C Hamano <gitster@pobox.com>2025-12-18 09:02:32 +0900
commit67cecc693f511321b9d96eead24fd42e6a5c0cdc (patch)
tree353c9d289d7771ebfcf15849001d1d07700dae2c /Documentation
parent4d279ae36b1d0f68c8a7ba9b986ff9690ddc1af9 (diff)
downloadgit-67cecc693f511321b9d96eead24fd42e6a5c0cdc.tar.xz
builtin/repo: add disk size info to keyvalue stucture output
Similar to a prior commit, extend the keyvalue and nul output formats of the git-repo(1) structure command to additionally provide info regarding total object disk sizes by object type. Signed-off-by: Justin Tobler <jltobler@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-repo.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-repo.adoc b/Documentation/git-repo.adoc
index 287eee4b93..861073f641 100644
--- a/Documentation/git-repo.adoc
+++ b/Documentation/git-repo.adoc
@@ -51,6 +51,7 @@ 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