summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-05-25 12:07:09 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-05-25 12:07:09 -0700
commitb19ea23473c45dd6d39b55b3d2134cc812820c41 (patch)
tree9abec9cf6e4736b83056ad59c29d063c6c216444 /t
parentMerge branch 'ap/checkout-no-progress-for-non-tty' (diff)
parentcompletion: add support for backwards compatibility (diff)
downloadtgif-b19ea23473c45dd6d39b55b3d2134cc812820c41.tar.xz
Merge branch 'fc/git-complete-helper-fix'
Resurrects old behaviour of _git/_gitk for external users.
Diffstat (limited to 't')
-rwxr-xr-xt/t9902-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index 0f09fd6109..9a80c60945 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 ()