summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-20 13:15:42 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-20 13:15:42 -0700
commit11ae320e2426a014c516958921458ae1382a84f4 (patch)
tree5cfcb5266179992591032f26824a17d130117610 /git-cat-file.html
parentbfd91f4e89b5ab0f4238e1bfb7bd0e2a82adc225 (diff)
downloadgit-htmldocs-11ae320e2426a014c516958921458ae1382a84f4.tar.gz
Autogenerated HTML docs for v2.19.0-rc0
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index 1c08de55f..e5afca444 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -920,6 +920,21 @@ space, so that the appropriate drivers can be determined.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--unordered
+</dt>
+<dd>
+<p>
+ When <code>--batch-all-objects</code> is in use, visit objects in an
+ order which may be more efficient for accessing the object
+ contents than hash order. The exact details of the order are
+ unspecified, but if you do not require a specific order, this
+ should generally result in faster output, especially with
+ <code>--batch</code>. Note that <code>cat-file</code> will still show each object
+ only once, even if it is stored multiple times in the
+ repository.
+</p>
+</dd>
+<dt class="hdlist1">
--allow-unknown-type
</dt>
<dd>
@@ -1165,7 +1180,7 @@ will be reported.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-08-20 13:12:02 PDT
</div>
</div>
</body>