Skip to content

Commit 068edd4

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? reset: reinstate support for the deprecated --stdin option
This is now needed to appease `make check-docs` on the `seen` branch. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c51adca commit 068edd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-reset.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ include::diff-context-options.adoc[]
137137
+
138138
For more details, see the 'pathspec' entry in linkgit:gitglossary[7].
139139

140-
--stdin::
140+
`--stdin`::
141141
DEPRECATED (use `--pathspec-from-file=-` instead): Instead of taking
142142
list of paths from the command line, read list of paths from the
143143
standard input. Paths are separated by LF (i.e. one path per line) by
144144
default.
145145

146-
-z::
146+
`-z`::
147147
DEPRECATED (use `--pathspec-file-nul` instead): Only meaningful with
148148
`--stdin`; paths are separated with NUL character instead of LF.
149149

0 commit comments

Comments
 (0)