]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9902-completion.sh
completion: put main git and gitk completion functions back into git namespace
[thirdparty/git.git] / t / t9902-completion.sh
index 9a80c60945839fa66fc3a0dc742a8f9ac977f9e1..256e6a0b3f3d001482cf0a21605f6a860d935d58 100755 (executable)
@@ -63,7 +63,7 @@ run_completion ()
        local _cword
        _words=( $1 )
        (( _cword = ${#_words[@]} - 1 ))
-       __git_wrap_main_git && print_comp
+       __git_wrap__git_main && print_comp
 }
 
 test_completion ()