Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
git completion horribly slow in kernel tree
- X-seq: zsh-workers 24395
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: git completion horribly slow in kernel tree
- Date: Mon, 14 Jan 2008 20:17:25 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxx>
Hi,
using completion for git in the kernel tree is horribly slow. It takes
more than ten seconds to get the answer that no completion for “git log
o” is available. The reason might be that git ls-files gives 23,000 file
names and zsh puts them in an array. It there any chance to speed this
up?
Bye, Jörg.
--
[dpkg] We are the apt. Resistance is futile. You will be packaged.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author