From 6b179adfe93d13c2f993668cd12eec52860486ac Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 14 May 2012 17:35:18 +0200 Subject: completion: add new __git_complete helper This simplifies the completions, and would make it easier to define aliases in the future. 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/t9902-completion.sh') diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 5bda6b6e18..0f09fd6109 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 && print_comp + __git_wrap_git && print_comp } test_completion () -- cgit v1.2.3