diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-02-12 20:55:56 +0100 |
commit | a13f7a2b3efc45af0879bebe63bed7641af4b39f (patch) | |
tree | 4656cbf81a49b84bdbf10b83fe81bd33cf8a65cc /Completion/Unix/Command/_git | |
parent | 60187dd3dae5f3e0cb3bd8f9717d3eda47e6f860 (diff) | |
parent | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff) | |
download | zsh-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/_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 ;; |