We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157ab5d commit 458118aCopy full SHA for 458118a
Documentation/git-reset.adoc
@@ -137,13 +137,13 @@ include::diff-context-options.adoc[]
137
+
138
For more details, see the 'pathspec' entry in linkgit:gitglossary[7].
139
140
---stdin::
+`--stdin`::
141
DEPRECATED (use `--pathspec-from-file=-` instead): Instead of taking
142
list of paths from the command line, read list of paths from the
143
standard input. Paths are separated by LF (i.e. one path per line) by
144
default.
145
146
--z::
+`-z`::
147
DEPRECATED (use `--pathspec-file-nul` instead): Only meaningful with
148
`--stdin`; paths are separated with NUL character instead of LF.
149
0 commit comments