[PATCH v3] count-objects: document count-objects pack
From: Daniele Sassoli via GitGitGadget <hidden>
Date: 2025-08-14 14:33:58
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Daniele Sassoli <redacted>
0bdaa12169b (git-count-objects.txt: describe each line in -v output,
2013-02-08) forgot to include `packs`.
Signed-off-by: Daniele Sassoli <redacted>
---
Document count-objects -v - packs output
https://github.com/DanieleSassoli/git/commit/0bdaa12169bca5d69f2c58f96cc92d51280e9e26
(git-count-objects.txt: describe each line in -v output, 2013-02-08)
forgot to include packs.
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2031%2FDanieleSassoli%2Fmaster-v3
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2031/DanieleSassoli/master-v3
Pull-Request: https://github.com/git/git/pull/2031
Range-diff vs v2:
1: 6f0394651c9 ! 1: ab90af2b6a0 Document count-objects pack
@@ Metadata
Author: Daniele Sassoli [off-list ref]
## Commit message ##
- Document count-objects pack
+ count-objects: document count-objects pack
0bdaa12169b (git-count-objects.txt: describe each line in -v output,
2013-02-08) forgot to include `packs`.
Documentation/git-count-objects.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/git-count-objects.adoc b/Documentation/git-count-objects.adoc
index 97f9f126101..eeee6b9f7f4 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
base-commit: 2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1 -- gitgitgadget