]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repo: add disk size info to keyvalue stucture output
authorJustin Tobler <jltobler@gmail.com>
Wed, 17 Dec 2025 17:54:03 +0000 (11:54 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Dec 2025 00:02:32 +0000 (09:02 +0900)
commit67cecc693f511321b9d96eead24fd42e6a5c0cdc
tree353c9d289d7771ebfcf15849001d1d07700dae2c
parent4d279ae36b1d0f68c8a7ba9b986ff9690ddc1af9
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>
Documentation/git-repo.adoc
builtin/repo.c
t/t1901-repo-structure.sh