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:
parent
fb744bb565
commit
4f6ac08af3
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue