unposted: _git: Fix copy/paste error in earlier commit that broke `git stash drop`

This was broken by workers/44923 (8aa84bd5fc)

(cherry picked from commit 754658aff3)
zsh-5.8-patches
dana 4 years ago
parent b34d33e3b3
commit 355f9e1883

@ -1,5 +1,8 @@
2022-01-27 dana <dana@dana.is>
* unposted: Completion/Unix/Command/_git: Fix copy/paste error
in earlier commit that broke `git stash drop`
* Marc Cornellà: security/82 (tweaked):
Functions/VCS_Info/VCS_INFO_formats: Fix typo in
hook_com[base-name_orig] assignment

@ -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
;;

Loading…
Cancel
Save