From 754658aff38e1bdf487c58bec6174cbecd019d11 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 13 Mar 2020 09:46:14 -0500 Subject: unposted: _git: Fix copy/paste error in earlier commit that broke `git stash drop` This was broken by workers/44923 (8aa84bd5fc44) --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 8487ebc1a..9a44ddbbe 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 ;; -- cgit 1.4.1