Re: [PATCH 2/2] complete: zsh: use zsh completion for the main cmd

2013-04-27 Thread Felipe Contreras
On Sat, Apr 27, 2013 at 4:39 PM, Junio C Hamano wrote: > Felipe Contreras writes: > >> +__git_zsh_cmd_common () >> +{ >> + local -a list >> + list=( >> + add:'add file contents to the index' >> + bisect:'find by binary search the change that introduced a bug' >> + branch:'list

Re: [PATCH 2/2] complete: zsh: use zsh completion for the main cmd

2013-04-27 Thread Junio C Hamano
Felipe Contreras writes: > +__git_zsh_cmd_common () > +{ > + local -a list > + list=( > + add:'add file contents to the index' > + bisect:'find by binary search the change that introduced a bug' > + branch:'list, create, or delete branches' > + checkout:'checkout a branch