diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-16 10:48:14 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-16 10:48:14 -0700 |
| commit | 61a45befd3be44da6533e6dd5ef20f6cf9cdf495 (patch) | |
| tree | 55d27ba165c3d94d8a6c3b57d1b270dad3d72433 /Documentation | |
| parent | b8ac2bf3f092454e00a325dfd280f56f0a8f0f15 (diff) | |
| parent | 42e69594113d647f53d65440f2ede554570b9f40 (diff) | |
| download | git-61a45befd3be44da6533e6dd5ef20f6cf9cdf495.tar.xz | |
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
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-repo.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-repo.adoc b/Documentation/git-repo.adoc index 5e2968b707..42262c1983 100644 --- a/Documentation/git-repo.adoc +++ b/Documentation/git-repo.adoc @@ -64,6 +64,7 @@ supported: * Reachable object counts categorized by type * Total inflated size of reachable objects by type * Total disk size of reachable objects by type +* Largest reachable objects in the repository by type + The output format can be chosen through the flag `--format`. Three formats are supported: |
