From: Alexandr Miloslavskiy <alexandr.miloslavskiy@xxxxxxxxxxx> Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@xxxxxxxxxxx> --- Documentation/git-stash.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index f75b80a720..f5fa62dc7c 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -185,6 +185,13 @@ OPTIONS The `--patch` option implies `--keep-index`. You can use `--no-keep-index` to override this. +-q:: +--quiet:: + Quiet, suppress feedback messages. + +\--:: + Separates pathspec from options for disambiguation purposes. + <pathspec>...:: The new stash entry records the modified states only for the files that match the pathspec. The index entries and working tree files -- gitgitgadget