diff options
| author | Justin Tobler <jltobler@gmail.com> | 2025-12-17 11:54:01 -0600 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-18 09:02:31 +0900 |
| commit | 3e114496e48e665d2bb9e0c0917e6051d60392ea (patch) | |
| tree | e006f625228e9ab4fb4ad08a3036bee54f4a5877 /Documentation | |
| parent | 54731320cc3db337f9a3e3920f707e9de3596c60 (diff) | |
| download | git-3e114496e48e665d2bb9e0c0917e6051d60392ea.tar.xz | |
builtin/repo: add inflated object info to keyvalue structure output
The structure subcommand for git-repo(1) outputs basic count information
for objects and references. Extend this output to also provide
information regarding total size of inflated objects by object type.
For now, object size by object type info is only added to the keyvalue
and nul output formats. In a subsequent commit, this info is also added
to the table format.
Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 70f0a6d2e4..287eee4b93 100644 --- a/Documentation/git-repo.adoc +++ b/Documentation/git-repo.adoc @@ -50,6 +50,7 @@ supported: + * Reference counts categorized by type * Reachable object counts categorized by type +* Total inflated size of reachable objects by type + The output format can be chosen through the flag `--format`. Three formats are |
