]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/repo-struct-more-objinfo'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Dec 2025 03:58:19 +0000 (12:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Dec 2025 03:58:19 +0000 (12:58 +0900)
commit02e9bc33921bbb070c49aa1aff48ae4317537d83
tree7e7209041d113bd49eb3ecb2ef2138015585964f
parent7c7698a654a7a0031f65b0ab0c1c4e438e95df60
parentdf1b071fedfddc322fa2a5e0f71d23cb05949d6f
Merge branch 'jt/repo-struct-more-objinfo'

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
Documentation/git-repo.adoc
builtin/repo.c
t/t1901-repo-structure.sh