Fixed Git list tags completion.

This commit is contained in:
Sorin Ionescu 2011-05-05 18:39:56 -04:00
commit 0755b753fe

View file

@ -1509,12 +1509,12 @@ _git-tag () {
'*:: :__git_ignore_line_inside_arguments __git_tags' \ '*:: :__git_ignore_line_inside_arguments __git_tags' \
- listing \ - listing \
'-n+[limit line output of annotation]: :__git_guard_number "limit"' \ '-n+[limit line output of annotation]: :__git_guard_number "limit"' \
'-l[list tags matching pattern]:pattern' \ '-l[list tags matching pattern]' \
'--contains=[only list tags which contain the specified commit]: :__git_commits' \ '--contains=[only list tags which contain the specified commit]: :__git_commits' \
'::pattern' \
- verification \ - verification \
'-v[verifies gpg signutare of tags]' \ '-v[verifies gpg signutare of tags]' \
'*:: :__git_ignore_line_inside_arguments __git_tags' \ '*:: :__git_ignore_line_inside_arguments __git_tags' && ret=0
&& ret=0
} }
# Ancillary Commands (Manipulators) # Ancillary Commands (Manipulators)