summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-17 15:50:05 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-17 15:50:05 -0700
commitf9972720e9a405e4f6924a7cde0ed5880687f4d0 (patch)
tree22c039a858c34131f4ad2ac78b83d12c11c8a2d3
parentMerge branch 'sa/doc-ls-remote' (diff)
parentrev-list-options: fix typo in `--stdin` documentation (diff)
downloadgit-f9972720e9a405e4f6924a7cde0ed5880687f4d0.tar.gz
git-f9972720e9a405e4f6924a7cde0ed5880687f4d0.zip
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
-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.