mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-08 03:24:24 -05:00
Merge branch 'rt/completion-tag'
* rt/completion-tag: completion: add git-tag options
This commit is contained in:
@@ -2552,6 +2552,16 @@ _git_tag ()
|
||||
__gitcomp_nl "$(__git_refs)"
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "
|
||||
--list --delete --verify --annotate --message --file
|
||||
--sign --cleanup --local-user --force --column --sort
|
||||
--contains --points-at
|
||||
"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_git_whatchanged ()
|
||||
|
||||
Reference in New Issue
Block a user