summaryrefslogtreecommitdiffstats
path: root/man1/git-rev-list.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rev-list.1')
-rw-r--r--man1/git-rev-list.111
1 files changed, 6 insertions, 5 deletions
diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1
index f0d239d08..aa590b516 100644
--- a/man1/git-rev-list.1
+++ b/man1/git-rev-list.1
@@ -2,12 +2,12 @@
.\" Title: git-rev-list
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 08/12/2022
+.\" Date: 08/18/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.2.324.gafa70145a2
+.\" Source: Git 2.37.2.382.g795ea8776b
.\" Language: English
.\"
-.TH "GIT\-REV\-LIST" "1" "08/12/2022" "Git 2\&.37\&.2\&.324\&.gafa701" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "08/18/2022" "Git 2\&.37\&.2\&.382\&.g795ea8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -394,7 +394,7 @@ Don\(cqt print anything to standard output\&. This form is primarily meant to al
as the output does not have to be formatted\&.
.RE
.PP
-\-\-disk\-usage
+\-\-disk\-usage, \-\-disk\-usage=human
.RS 4
Suppress normal output; instead, print the sum of the bytes used for on\-disk storage by the selected commits or objects\&. This is equivalent to piping the output into
\fBgit cat\-file \-\-batch\-check=\(aq%(objectsize:disk)\(aq\fR, except that it runs much faster (especially with
@@ -402,7 +402,8 @@ Suppress normal output; instead, print the sum of the bytes used for on\-disk st
\fBCAVEATS\fR
section in
\fBgit-cat-file\fR(1)
-for the limitations of what "on\-disk storage" means\&.
+for the limitations of what "on\-disk storage" means\&. With the optional value
+\fBhuman\fR, on\-disk storage size is shown in human\-readable string(e\&.g\&. 12\&.24 Kib, 3\&.50 Mib)\&.
.RE
.PP
\-\-cherry\-mark