summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-18 14:13:08 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-18 14:13:08 -0700
commit04495a1941c77d95cb6ad521f45451da4f714af2 (patch)
treead4d9204d5b4c2ac489f99a1051faa1bf48d6ed7 /git-rev-list.html
parent472c81a0f3cf8038d39479da1e3840ac33fe6ef8 (diff)
downloadgit-htmldocs-04495a1941c77d95cb6ad521f45451da4f714af2.tar.gz
Autogenerated HTML docs for v2.37.2-382-g795ea
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index db33ed29f..eebfdf3fd 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1219,6 +1219,9 @@ explicitly.</p></div>
<dt class="hdlist1">
--disk-usage
</dt>
+<dt class="hdlist1">
+--disk-usage=human
+</dt>
<dd>
<p>
Suppress normal output; instead, print the sum of the bytes used
@@ -1228,6 +1231,8 @@ explicitly.</p></div>
faster (especially with <code>--use-bitmap-index</code>). See the <code>CAVEATS</code>
section in <a href="git-cat-file.html">git-cat-file(1)</a> for the limitations of what
"on-disk storage" means.
+ With the optional value <code>human</code>, on-disk storage size is shown
+ in human-readable string(e.g. 12.24 Kib, 3.50 Mib).
</p>
</dd>
<dt class="hdlist1">