diff options
| author | Daniele Sassoli <danielesassoli@gmail.com> | 2025-08-14 14:33:54 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-14 08:43:46 -0700 |
| commit | 7d4a5fef7dcb0e3a7e900ae6da9bd006a6208da9 (patch) | |
| tree | 87bec332c5fd78c460db222904ada426577351a4 | |
| parent | Merge branch 'maint-2.47' into maint-2.48 (diff) | |
| download | git-7d4a5fef7dcb0e3a7e900ae6da9bd006a6208da9.tar.gz git-7d4a5fef7dcb0e3a7e900ae6da9bd006a6208da9.zip | |
count-objects: document count-objects pack
0bdaa12169b (git-count-objects.txt: describe each line in -v output,
2013-02-08) forgot to include `packs`.
Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-count-objects.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt index 97f9f12610..eeee6b9f7f 100644 --- a/Documentation/git-count-objects.txt +++ b/Documentation/git-count-objects.txt @@ -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 |
