diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2013-03-05 09:43:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-05 08:54:03 -0800 |
commit | 926eb7ba4c52fbfee9fba86c16bb6c374857190e (patch) | |
tree | a61d197beb0eba259edd2eea553ef5b75d48cd12 /t/t9146-git-svn-empty-dirs.sh | |
parent | git-completion.bash: add support for path completion (diff) | |
download | tgif-926eb7ba4c52fbfee9fba86c16bb6c374857190e.tar.xz |
git-completion.zsh: define __gitcomp_file compatibility function
Commit fea16b47b60 (Fri Jan 11 19:48:43 2013, Manlio Perillo,
git-completion.bash: add support for path completion), introduced a new
__gitcomp_file function that uses the bash builtin "compgen". The
function was redefined for ZSH in the deprecated section of
git-completion.bash, but not in the new git-completion.zsh script.
As a result, users of git-completion.zsh trying to complete "git add
fo<tab>" get an error:
git add fo__gitcomp_file:8: command not found: compgen
This patch adds the redefinition and removes the error.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9146-git-svn-empty-dirs.sh')
0 files changed, 0 insertions, 0 deletions