]> git.ipfire.org Git - thirdparty/git.git/commit
completion: tcsh: Fix regression by drop of wrapper functions
authorTakashi Iwai <tiwai@suse.de>
Wed, 18 Aug 2021 13:27:29 +0000 (15:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2021 20:58:27 +0000 (13:58 -0700)
commitff7b83f5629c0c00910384a0f524d89d3a8bf804
tree5534baae293fcb8fc524ced6ae7197ad7e90244c
parent71ca53e8125e36efbda17293c50027d31681a41f
completion: tcsh: Fix regression by drop of wrapper functions

The cleanup of old compat wrappers in bash completion caused a
regression on tcsh completion that still uses them.
Let's update the tcsh call site as well for addressing it.

Fixes: 441ecdab37fe ("completion: bash: remove old compat wrappers")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.tcsh