summaryrefslogtreecommitdiffstats
path: root/git-cat-file.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
commitd7ed4041c8468a2ca93f1c8ac511af9d895d3d6d (patch)
treef209ad1e994b76de43073839fe78c6d431f60e02 /git-cat-file.html
parent2ce0aac108b9c935f3ac01e98478120df1f52ce1 (diff)
downloadgit-htmldocs-d7ed4041c8468a2ca93f1c8ac511af9d895d3d6d.tar.gz
Autogenerated HTML docs for v2.5.0-234-gefc8a
Diffstat (limited to 'git-cat-file.html')
-rw-r--r--git-cat-file.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-cat-file.html b/git-cat-file.html
index b478b926e..cc5162fe9 100644
--- a/git-cat-file.html
+++ b/git-cat-file.html
@@ -864,6 +864,30 @@ stdin, and the SHA-1, type, and size of each object is printed on stdout.</p></d
</p>
</dd>
<dt class="hdlist1">
+--batch-all-objects
+</dt>
+<dd>
+<p>
+ Instead of reading a list of objects on stdin, perform the
+ requested batch operation on all objects in the repository and
+ any alternate object stores (not just reachable objects).
+ Requires <code>--batch</code> or <code>--batch-check</code> be specified. Note that
+ the objects are visited in order sorted by their hashes.
+</p>
+</dd>
+<dt class="hdlist1">
+--buffer
+</dt>
+<dd>
+<p>
+ Normally batch output is flushed after each object is output, so
+ that a process can interactively read and write from
+ <code>cat-file</code>. With this option, the output uses normal stdio
+ buffering; this is much more efficient when invoking
+ <code>--batch-check</code> on a large number of objects.
+</p>
+</dd>
+<dt class="hdlist1">
--allow-unknown-type
</dt>
<dd>
@@ -1108,7 +1132,7 @@ will be reported.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-06-01 13:36:36 PDT
+Last updated 2015-08-03 12:41:59 PDT
</div>
</div>
</body>