]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-cat-file.txt
cat-file: disable refs/replace with --batch-all-objects
[thirdparty/git.git] / Documentation / git-cat-file.txt
index 6467707c6eaf145810df8a103e96acec634e96e3..27b27e2b300c49bb07f348291a8b04af3d128f30 100644 (file)
@@ -96,7 +96,8 @@ OPTIONS
        any alternate object stores (not just reachable objects).
        Requires `--batch` or `--batch-check` be specified. By default,
        the objects are visited in order sorted by their hashes; see
-       also `--unordered` below.
+       also `--unordered` below. Objects are presented as-is, without
+       respecting the "replace" mechanism of linkgit:git-replace[1].
 
 --buffer::
        Normally batch output is flushed after each object is output, so