summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
committerAxel Beckert <abe@deuxchevaux.org>2022-02-12 20:55:56 +0100
commita13f7a2b3efc45af0879bebe63bed7641af4b39f (patch)
tree4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Completion/Unix/Command/_git
parent60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff)
parent12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff)
downloadzsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.tar.gz
zsh-a13f7a2b3efc45af0879bebe63bed7641af4b39f.zip
Update upstream source from tag 'upstream/5.8.1'
Update to upstream version '5.8.1' with Debian dir a5d2bf34c355a0e96e2d6d9fba85468f75c5364f
Diffstat (limited to 'Completion/Unix/Command/_git')
-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
;;