mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-30 17:30:36 -05: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:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user