diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-03 09:15:01 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-03 09:15:01 -0700 |
| commit | 533e30819a1d35b1f5278671901aa3217fe8d67e (patch) | |
| tree | d5abfae2e917ca0915ef4560bac01b175c9fbf37 | |
| parent | Merge branch 'dh/runtime-prefix-on-zos' (diff) | |
| parent | docs: explain the order of output in the batched mode of git-cat-file(1) (diff) | |
| download | git-533e30819a1d35b1f5278671901aa3217fe8d67e.tar.gz git-533e30819a1d35b1f5278671901aa3217fe8d67e.zip | |
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)
Diffstat (limited to '')
| -rw-r--r-- | Documentation/git-cat-file.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index bd95a6c10a..d5890ae368 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -270,9 +270,9 @@ BATCH OUTPUT ------------ If `--batch` or `--batch-check` is given, `cat-file` will read objects -from stdin, one per line, and print information about them. By default, -the whole line is considered as an object, as if it were fed to -linkgit:git-rev-parse[1]. +from stdin, one per line, and print information about them in the same +order as they have been read. By default, the whole line is +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, one per line, and print information based on the command given. With |
