]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repo: add object disk size info to structure table
authorJustin Tobler <jltobler@gmail.com>
Wed, 17 Dec 2025 17:54:04 +0000 (11:54 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Dec 2025 00:02:32 +0000 (09:02 +0900)
commitdf1b071fedfddc322fa2a5e0f71d23cb05949d6f
treefb571a9cd500b171adc29d2fb3b2338395d75bf6
parent67cecc693f511321b9d96eead24fd42e6a5c0cdc
builtin/repo: add object disk size info to structure table

Similar to a prior commit, update the table output format for the
git-repo(1) structure command to display the total object disk usage by
object type.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/repo.c
t/t1901-repo-structure.sh