Merge branch 'aa/cat-file-batch-output-doc'

Docfix.

* aa/cat-file-batch-output-doc:
  docs: explain the order of output in the batched mode of git-cat-file(1)
This commit is contained in:
Junio C Hamano
2024-09-03 09:15:01 -07:00

View File

@ -270,9 +270,9 @@ BATCH OUTPUT
------------ ------------
If `--batch` or `--batch-check` is given, `cat-file` will read objects If `--batch` or `--batch-check` is given, `cat-file` will read objects
from stdin, one per line, and print information about them. By default, from stdin, one per line, and print information about them in the same
the whole line is considered as an object, as if it were fed to order as they have been read. By default, the whole line is
linkgit:git-rev-parse[1]. considered as an object, as if it were fed to linkgit:git-rev-parse[1].
When `--batch-command` is given, `cat-file` will read commands from stdin, When `--batch-command` is given, `cat-file` will read commands from stdin,
one per line, and print information based on the command given. With one per line, and print information based on the command given. With