Skip to content

Commit b229091

Browse files
SyntevoAlexgitster
authored andcommitted
doc: stash: document more options
Signed-off-by: Alexandr Miloslavskiy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0093abc commit b229091

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/git-stash.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ to learn how to operate the `--patch` mode.
194194
The `--patch` option implies `--keep-index`. You can use
195195
`--no-keep-index` to override this.
196196

197+
-q::
198+
--quiet::
199+
This option is only valid for `apply`, `drop`, `pop`, `push`,
200+
`save`, `store` commands.
201+
+
202+
Quiet, suppress feedback messages.
203+
204+
\--::
205+
This option is only valid for `push` command.
206+
+
207+
Separates pathspec from options for disambiguation purposes.
208+
197209
<pathspec>...::
198210
This option is only valid for `push` command.
199211
+

0 commit comments

Comments
 (0)