]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: stash: document more options
authorAlexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
Mon, 17 Feb 2020 17:25:19 +0000 (17:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Feb 2020 18:56:49 +0000 (10:56 -0800)
Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt

index 69281fcf43ef8b6de753c8cd69ad4c56efa870b6..4303b5abc2e0ca6da4ab298ea66ec6fbd930ee80 100644 (file)
@@ -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.
+
 <pathspec>...::
        This option is only valid for `push` command.
 +