Re: [PATCH] completion: trivial fix for zsh

2013-05-21 Thread Junio C Hamano
Felipe Contreras writes: > On Mon, May 20, 2013 at 7:33 PM, Felipe Contreras > wrote: >> zsh completion wrapper doesn't reimplement __gitcompadd(). Although it >> should be trivial to do that, let's use __gitcomp_nl() which achieves >> exactly the same thing, specially since the suffix ($4) has

Re: [PATCH] completion: trivial fix for zsh

2013-05-20 Thread Felipe Contreras
On Mon, May 20, 2013 at 7:33 PM, Felipe Contreras wrote: > zsh completion wrapper doesn't reimplement __gitcompadd(). Although it > should be trivial to do that, let's use __gitcomp_nl() which achieves > exactly the same thing, specially since the suffix ($4) has to be empty. > > Signed-off-by: Fe

[PATCH] completion: trivial fix for zsh

2013-05-20 Thread Felipe Contreras
zsh completion wrapper doesn't reimplement __gitcompadd(). Although it should be trivial to do that, let's use __gitcomp_nl() which achieves exactly the same thing, specially since the suffix ($4) has to be empty. Signed-off-by: Felipe Contreras --- contrib/completion/git-completion.bash | 2 +-