From b22909144ccb717e6f3c96562451fdfeca592c9c Mon Sep 17 00:00:00 2001 From: Alexandr Miloslavskiy Date: Mon, 17 Feb 2020 17:25:19 +0000 Subject: doc: stash: document more options Signed-off-by: Alexandr Miloslavskiy Signed-off-by: Junio C Hamano --- Documentation/git-stash.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Documentation/git-stash.txt') 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. + -- cgit v1.2.3