Re: [PATCH] git-completion.zsh: define __gitcomp_file compatibility function

2013-03-05 Thread Junio C Hamano
Matthieu Moy writes: > 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-co

[PATCH] git-completion.zsh: define __gitcomp_file compatibility function

2013-03-05 Thread Matthieu Moy
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