From fe5109bc439b9e84e359836c086a6f3cdc8ec4b8 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 15 Apr 2011 14:32:09 +0000 Subject: Simon Ruderich: 28927: Fix "git tag -v" completion. --- Completion/Unix/Command/_git | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index fb1b08ce1..000c1a43b 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1511,7 +1511,9 @@ _git-tag () { '-l[list tags matching pattern]:pattern' \ '--contains=[only list tags which contain the specified commit]: :__git_commits' \ - verification \ - '-v[verifies gpg signutare of tags]' && ret=0 + '-v[verifies gpg signutare of tags]' \ + '*:: :__git_ignore_line_inside_arguments __git_tags' \ + && ret=0 } # Ancillary Commands (Manipulators) -- cgit v1.2.3