Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-25 23:07:09 +0400
committerJunio C Hamano <gitster@pobox.com>2012-05-25 23:07:09 +0400
commitb19ea23473c45dd6d39b55b3d2134cc812820c41 (patch)
tree9abec9cf6e4736b83056ad59c29d063c6c216444 /t
parentaed79af5d9cec17a920ce806c5d5d2669591b00b (diff)
parentb0a4b2d2570974f2050b5d43828dd8146505753e (diff)
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 ()