diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-25 14:22:03 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-25 14:22:03 -0700 |
| commit | 4f58f6d617fd552b03af0bb3a03a90a4dad16e44 (patch) | |
| tree | 13d87531f1431d9102c54177fe2930394c33134c /Documentation/git-count-objects.adoc | |
| parent | Merge branch 'dk/t7005-editor-updates' (diff) | |
| parent | count-objects: document count-objects pack (diff) | |
| download | git-4f58f6d617fd552b03af0bb3a03a90a4dad16e44.tar.gz git-4f58f6d617fd552b03af0bb3a03a90a4dad16e44.zip | |
Merge branch 'ds/doc-count-objects-fix'
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 |
