diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-05-25 12:07:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-25 12:07:09 -0700 |
commit | b19ea23473c45dd6d39b55b3d2134cc812820c41 (patch) | |
tree | 9abec9cf6e4736b83056ad59c29d063c6c216444 /t | |
parent | Merge branch 'ap/checkout-no-progress-for-non-tty' (diff) | |
parent | completion: add support for backwards compatibility (diff) | |
download | tgif-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-x | t/t9902-completion.sh | 2 |
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 () |