summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:40 +0100
committerAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:40 +0100
commit12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (patch)
tree426eca82c8d3316351732d0e6d5cb2359d3d7e63 /Completion/Unix/Command
parent94c033d2e281eb1f49e8366d21fc259ce8c0c4f5 (diff)
parent1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5 (diff)
downloadzsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.tar.gz
zsh-12eb3e5356f2fc3351eed58ef1cef1b8fb83b504.zip
New upstream version 5.8.1
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_git2
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
;;