Merge branch 'ps/revision-stdin-with-options'

Typofix to documentation added during this cycle.

* ps/revision-stdin-with-options:
  rev-list-options: fix typo in `--stdin` documentation
This commit is contained in:
Junio C Hamano
2023-08-17 15:50:05 -07:00

View File

@ -237,7 +237,7 @@ endif::git-rev-list[]
--stdin:: --stdin::
In addition to getting arguments from the command line, read In addition to getting arguments from the command line, read
them for standard input as well. This accepts commits and them from standard input as well. This accepts commits and
pseudo-options like `--all` and `--glob=`. When a `--` separator pseudo-options like `--all` and `--glob=`. When a `--` separator
is seen, the following input is treated as paths and used to is seen, the following input is treated as paths and used to
limit the result. limit the result.