]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/repo-structure-extrema' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
commit8ccfebc0b16549039dd5fcfa9dc29d1c03f56188
tree67e683995e9736b089b1a494d7782f2addcdc276
parent2e99d5ed52111a7852d036bceaa5af3458145de3
parent42e69594113d647f53d65440f2ede554570b9f40
Merge branch 'jt/repo-structure-extrema' into next

"git repo structure" command learns to report maximum values on
various aspects of objects it inspects.

* jt/repo-structure-extrema:
  builtin/repo: find tree with most entries
  builtin/repo: find commit with most parents
  builtin/repo: add OID annotations to table output
  builtin/repo: collect largest inflated objects
  builtin/repo: add helper for printing keyvalue output
  builtin/repo: update stats for each object
Documentation/git-repo.adoc
builtin/repo.c
t/t1901-repo-structure.sh