Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2023-08-16 17:24:36 +0300
committerJunio C Hamano <gitster@pobox.com>2023-08-16 21:42:54 +0300
commitc81f1a167659ce0634fdd1dcdb43c2697b546151 (patch)
treed4af4753be2686390d5d4fde99f62de8523d960b /Documentation/rev-list-options.txt
parentc40f0b78771ecc8696014e2e0aa37e78417b4723 (diff)
rev-list-options: fix typo in `--stdin` documentation
With `--stdin`, we read *from* standard input, not *for*. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
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.