From: Alexandr Miloslavskiy Date: Mon, 17 Feb 2020 17:25:19 +0000 (+0000) Subject: doc: stash: document more options X-Git-Tag: v2.26.0-rc1~10^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22909144ccb717e6f3c96562451fdfeca592c9c;p=thirdparty%2Fgit.git doc: stash: document more options Signed-off-by: Alexandr Miloslavskiy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 69281fcf43..4303b5abc2 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -194,6 +194,18 @@ to learn how to operate the `--patch` mode. The `--patch` option implies `--keep-index`. You can use `--no-keep-index` to override this. +-q:: +--quiet:: + This option is only valid for `apply`, `drop`, `pop`, `push`, + `save`, `store` commands. ++ +Quiet, suppress feedback messages. + +\--:: + This option is only valid for `push` command. ++ +Separates pathspec from options for disambiguation purposes. + ...:: This option is only valid for `push` command. +