From: Alexandr Miloslavskiy <alexandr.miloslavskiy@xxxxxxxxxxx> Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@xxxxxxxxxxx> --- Documentation/git-stash.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index c1c16623cbc..6dc0a5b0eef 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. + <pathspec>...:: This option is only valid for `push` command. + -- gitgitgadget