Doesn't seem to be useful. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- contrib/completion/git-completion.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/completion/git-completion.zsh b/contrib/completion/git-completion.zsh index cac6f61881..c7bc6a8f8e 100644 --- a/contrib/completion/git-completion.zsh +++ b/contrib/completion/git-completion.zsh @@ -135,11 +135,6 @@ __gitcomp_file_direct () __gitcomp_file "$1" "" } -_git_zsh () -{ - __gitcomp "v1.1" -} - __git_complete_command () { emulate -L zsh -- 2.33.0