]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/repo: add OID annotations to table output
authorJustin Tobler <jltobler@gmail.com>
Mon, 2 Mar 2026 21:45:24 +0000 (15:45 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Mar 2026 21:54:52 +0000 (13:54 -0800)
commite00bb8c76e18357da3a2098cdac2a3c2c312c17d
tree3353c7e218deeb7bd8c3e2f2e335bf808049fb83
parente33ac9cc9e819f9de8ffe25c165393514cc61b12
builtin/repo: add OID annotations to table output

The "structure" output for git-repo(1) does not show the corresponding
OIDs for the largest objects in its "table" output. Update the output to
include a list of OID annotations with an index to the corresponding row
in the table.

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