summaryrefslogtreecommitdiffstats
path: root/man1/git-count-objects.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-count-objects.1')
-rw-r--r--man1/git-count-objects.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-count-objects.1 b/man1/git-count-objects.1
index e3eb941e2..a895aeea2 100644
--- a/man1/git-count-objects.1
+++ b/man1/git-count-objects.1
@@ -2,12 +2,12 @@
.\" Title: git-count-objects
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-COUNT\-OBJECTS" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-COUNT\-OBJECTS" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -37,12 +37,12 @@ git-count-objects \- Count unpacked number of objects and their disk consumption
.sp
.SH "DESCRIPTION"
.sp
-This counts the number of unpacked object files and disk space consumed by them, to help you decide when it is a good time to repack\&.
+Counts the number of unpacked object files and disk space consumed by them, to help you decide when it is a good time to repack\&.
.SH "OPTIONS"
.PP
\-v, \-\-verbose
.RS 4
-Report in more detail:
+Provide more detailed reports:
.sp
count: the number of loose objects
.sp
@@ -55,7 +55,7 @@ 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 the packs\&. These objects could be pruned using
\fBgit prune\-packed\fR\&.
.sp
-garbage: the number of files in object database that are neither valid loose objects nor valid packs
+garbage: the number of files in the object database that are neither valid loose objects nor valid packs
.sp
size\-garbage: disk space consumed by garbage files, in KiB (unless \-H is specified)
.sp