summaryrefslogtreecommitdiffstats
path: root/git-cat-file.txt
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.txt
parentbfd91f4e89b5ab0f4238e1bfb7bd0e2a82adc225 (diff)
downloadgit-htmldocs-11ae320e2426a014c516958921458ae1382a84f4.tar.gz
Autogenerated HTML docs for v2.19.0-rc0
Diffstat (limited to 'git-cat-file.txt')
-rw-r--r--git-cat-file.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-cat-file.txt b/git-cat-file.txt
index f90f09b03..74013335a 100644
--- a/git-cat-file.txt
+++ b/git-cat-file.txt
@@ -104,6 +104,16 @@ OPTIONS
buffering; this is much more efficient when invoking
`--batch-check` on a large number of objects.
+--unordered::
+ When `--batch-all-objects` 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
+ `--batch`. Note that `cat-file` will still show each object
+ only once, even if it is stored multiple times in the
+ repository.
+
--allow-unknown-type::
Allow -s or -t to query broken/corrupt objects of unknown type.