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

Slowness issue with git completion



Hi,

It's very easy to reproduce:
% git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux
% cd linux
% git log v<tab>

It will take a looong time to figure out anything, specially if not
cached. I think I recall investigating the issue and finding that it's
looking for *all* the files in the git repo.

Cheers.

-- 
Felipe Contreras



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