From: Martin Ågren Date: Wed, 16 Aug 2023 14:24:36 +0000 (+0200) Subject: rev-list-options: fix typo in `--stdin` documentation X-Git-Tag: v2.42.0~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c81f1a167659ce0634fdd1dcdb43c2697b546151;p=thirdparty%2Fgit.git rev-list-options: fix typo in `--stdin` documentation With `--stdin`, we read *from* standard input, not *for*. Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index e6468bf0eb..a4a0cb93b2 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -237,7 +237,7 @@ endif::git-rev-list[] --stdin:: 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 is seen, the following input is treated as paths and used to limit the result.