]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/repo-structure-extrema'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:48:14 +0000 (10:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:48:14 +0000 (10:48 -0700)
commit61a45befd3be44da6533e6dd5ef20f6cf9cdf495
tree55d27ba165c3d94d8a6c3b57d1b270dad3d72433
parentb8ac2bf3f092454e00a325dfd280f56f0a8f0f15
parent42e69594113d647f53d65440f2ede554570b9f40
Merge branch 'jt/repo-structure-extrema'

"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