diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:40 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:40 +0100 |
commit | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (patch) | |
tree | 426eca82c8d3316351732d0e6d5cb2359d3d7e63 /Completion/Unix/Command | |
parent | 94c033d2e281eb1f49e8366d21fc259ce8c0c4f5 (diff) | |
parent | 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5 (diff) | |
download | zsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.tar.gz zsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.zip |
New upstream version 5.8.1
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 97ab26512..675460dad 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1809,7 +1809,7 @@ _git-stash () { _nothing ;; (drop) - _arguments -S $endopt \_git-notes + _arguments -S $endopt \ '(-q --quiet)'{-q,--quiet}'[suppress all output]' \ ':: :__git_stashes' && ret=0 ;; |