Simon Ruderich: 28927: Fix "git tag -v" completion.

This commit is contained in:
Frank Terbeck 2011-04-15 14:32:09 +00:00
parent 2c6c147bd3
commit fe5109bc43
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-04-15 Frank Terbeck <ft@bewatermyfriend.org>
* Simon Ruderich: 28927: Completion/Unix/Command/_git: Fix "git
tag -v" completion.
2011-04-15 Mikael Magnusson <mikachu@gmail.com>
* 28998: Completion/Unix/Command/_make: set return status
@ -14456,5 +14461,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5248 $
* $Revision: 1.5249 $
*****************************************************

View File

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