diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:54 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:54 -0700 |
| commit | d22777779695590fa2230974a8174ce7e81c75fc (patch) | |
| tree | e15614c9833cca23749f8cf8ca91df7254eb5afe /Documentation/git-count-objects.adoc | |
| parent | 7d050a531de0c631b7dc116fdd5414d8615b5f87 (diff) | |
| parent | 7d4a5fef7dcb0e3a7e900ae6da9bd006a6208da9 (diff) | |
| download | git-d22777779695590fa2230974a8174ce7e81c75fc.tar.gz | |
Merge branch 'ds/doc-count-objects-fix' into maint-2.51
Docfix.
* ds/doc-count-objects-fix:
count-objects: document count-objects pack
Diffstat (limited to 'Documentation/git-count-objects.adoc')
| -rw-r--r-- | Documentation/git-count-objects.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-count-objects.adoc b/Documentation/git-count-objects.adoc index 97f9f12610..eeee6b9f7f 100644 --- a/Documentation/git-count-objects.adoc +++ b/Documentation/git-count-objects.adoc @@ -28,6 +28,8 @@ size: disk space consumed by loose objects, in KiB (unless -H is specified) + in-pack: the number of in-pack objects + +packs: the number of pack files ++ size-pack: disk space consumed by the packs, in KiB (unless -H is specified) + prune-packable: the number of loose objects that are also present in |
