Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: git completion horribly slow in kernel tree



On 24/01/2008, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> Hm, this "works", but it definitely isn't nice, and doesn't work when
> you type the shorter path manually first.
> # Untracked files:
> #       Src/Modules/curses_keys.h
> if i'm sitting in Src/Builtins, the following code will produce
> git add <tab>
> git add ../<tab>
> git add ../../<tab>
> git add ../../Src/Modules<tab>
> git add ../../Src/Modules/curses_keys.h
> which is not so great.

I should note that what's extra bad about it is that it does the same
thing in the Src/Modules dir, so don't commit it or anything. I just
posted it in the hopes that it might help somehow.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author