Skip to content

Commit c3660cf

Browse files
peffgitster
authored andcommitted
cat-file: mention --unordered along with --batch-all-objects
The note on ordering for --batch-all-objects was written when that was the only possible ordering. These days we have --unordered, too, so let's point to it. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e879295 commit c3660cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-cat-file.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ OPTIONS
9494
Instead of reading a list of objects on stdin, perform the
9595
requested batch operation on all objects in the repository and
9696
any alternate object stores (not just reachable objects).
97-
Requires `--batch` or `--batch-check` be specified. Note that
98-
the objects are visited in order sorted by their hashes.
97+
Requires `--batch` or `--batch-check` be specified. By default,
98+
the objects are visited in order sorted by their hashes; see
99+
also `--unordered` below.
99100

100101
--buffer::
101102
Normally batch output is flushed after each object is output, so

0 commit comments

Comments
 (0)