Skip to content

Commit f997272

Browse files
committed
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
2 parents 62ce3dc + c81f1a1 commit f997272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ endif::git-rev-list[]
237237

238238
--stdin::
239239
In addition to getting arguments from the command line, read
240-
them for standard input as well. This accepts commits and
240+
them from standard input as well. This accepts commits and
241241
pseudo-options like `--all` and `--glob=`. When a `--` separator
242242
is seen, the following input is treated as paths and used to
243243
limit the result.

0 commit comments

Comments
 (0)