Skip to content

Commit 61a45be

Browse files
committed
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
2 parents b8ac2bf + 42e6959 commit 61a45be

3 files changed

Lines changed: 352 additions & 115 deletions

File tree

Documentation/git-repo.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ supported:
6464
* Reachable object counts categorized by type
6565
* Total inflated size of reachable objects by type
6666
* Total disk size of reachable objects by type
67+
* Largest reachable objects in the repository by type
6768
+
6869
The output format can be chosen through the flag `--format`. Three formats are
6970
supported:

0 commit comments

Comments
 (0)