From 7f02f3d7ecdda983f229b16f80e7c494fb2d3510 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 19 May 2012 04:41:34 +0200 Subject: completion: rename internal helpers _git and _gitk Would be useful to provide backwards compatibility for _git. Also, zsh completion uses _git, and it cannot be changed. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- t/t9902-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 0f09fd610..9a80c6094 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -63,7 +63,7 @@ run_completion () local _cword _words=( $1 ) (( _cword = ${#_words[@]} - 1 )) - __git_wrap_git && print_comp + __git_wrap_main_git && print_comp } test_completion () -- cgit v1.2.1