mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
Merge branch 'tz/complete-tag-delete-tagname'
* tz/complete-tag-delete-tagname: completion: complete tags with git tag --delete/--verify
This commit is contained in:
commit
c108a77f8f
1 changed files with 1 additions and 1 deletions
|
@ -2967,7 +2967,7 @@ _git_tag ()
|
|||
while [ $c -lt $cword ]; do
|
||||
i="${words[c]}"
|
||||
case "$i" in
|
||||
-d|-v)
|
||||
-d|--delete|-v|--verify)
|
||||
__gitcomp_direct "$(__git_tags "" "$cur" " ")"
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue