mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fixed Git list tags completion.
This commit is contained in:
parent
2c3a285a32
commit
0755b753fe
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue