Re: [PATCH 00/14] completion: a bunch of updates

2019-07-03 Thread SZEDER Gábor
On Wed, Jul 03, 2019 at 10:50:26AM -0700, Junio C Hamano wrote: > Felipe Contreras writes: > > > Here's another try at completion fixes, cleanups, and more tests. Some > > of these have already been sent. > > > > Felipe Contreras (14): > > completion: zsh: fix __gitcomp_direct() > > completio

Re: [PATCH 00/14] completion: a bunch of updates

2019-07-03 Thread Junio C Hamano
Felipe Contreras writes: > Here's another try at completion fixes, cleanups, and more tests. Some > of these have already been sent. > > Felipe Contreras (14): > completion: zsh: fix __gitcomp_direct() > completion: zsh: fix for directories with spaces > completion: remove zsh hack > comp

[PATCH 00/14] completion: a bunch of updates

2019-06-21 Thread Felipe Contreras
Hi, Here's another try at completion fixes, cleanups, and more tests. Some of these have already been sent. Felipe Contreras (14): completion: zsh: fix __gitcomp_direct() completion: zsh: fix for directories with spaces completion: remove zsh hack completion: zsh: improve main function se