1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

github #32: Fix a typo in the git tag completion.

This commit is contained in:
Fredric Silberberg 2019-01-27 16:42:26 -08:00 committed by Daniel Shahaf
parent fb744bb565
commit 4f6ac08af3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2019-01-28 Fredric Silberberg <fred@silberberg.xyz>
* github #32: Completion/Unix/Command/_git: Fix a typo in the
git tag completion.
2018-01-27 dana <dana@dana.is> 2018-01-27 dana <dana@dana.is>
* unposted: Etc/creating-a-release.txt: Document additional * unposted: Etc/creating-a-release.txt: Document additional

View file

@ -2049,7 +2049,7 @@ _git-tag () {
'(-i --ignore-case)'{-i,--ignore-case}'[sorting and filtering are case-insensitive]' \ '(-i --ignore-case)'{-i,--ignore-case}'[sorting and filtering are case-insensitive]' \
':: :_guard "^-*" pattern' \ ':: :_guard "^-*" pattern' \
- verification \ - verification \
'(-v --verify)'{-v,--verify}'[verify gpg signutare of tags]' \ '(-v --verify)'{-v,--verify}'[verify gpg signature of tags]' \
'*:: :__git_ignore_line_inside_arguments __git_tags' '*:: :__git_ignore_line_inside_arguments __git_tags'
} }