From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12007 invoked from network); 22 Jan 2008 03:26:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jan 2008 03:26:56 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 26413 invoked from network); 22 Jan 2008 01:40:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jan 2008 01:40:14 -0000 Received: (qmail 19129 invoked by alias); 22 Jan 2008 01:40:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24430 Received: (qmail 19106 invoked from network); 22 Jan 2008 01:40:08 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jan 2008 01:40:08 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id C0BD28058F58 for ; Tue, 22 Jan 2008 02:39:59 +0100 (CET) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 22 Jan 2008 02:39:59 +0100 (CET) Received: by rv-out-0910.google.com with SMTP id b22so1750965rvf.21 for ; Mon, 21 Jan 2008 17:40:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QX+VLs7a2lfA0dslBqsGU0FUQV0ETCuzMKvpQPImjP8=; b=mkCqu8b3XNbmTCoTRYNewkB/KbUQSPx9Ft6LeJ7kbySZ8rWSTH8mA95sEJ9gpwrkxeBxiLD2K/FF3jQ9cifkHtIGGlC4XbnaK9uJHmoyNb1JW0EfQaO6qir53FMSRRVTqBj+9VPQuBqPodGWQVgJq8THZzY0VMWjDrpJjjNxIJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hwsii/6RKmQWjaKhL6rAokpuhueUNhNhnLmNm185ni5i7PvZJpeAIpOs4meDHd6+S68qhtvktYL+hQru/fcwrC+KZmIk+8mRiSmZZ8cAj3g0slyYnALmxJYnfGMxLOc7+rLC2ADR3Ha7oVpZVDhRqZVJrYpmN+d38rcSGtgRmfY= Received: by 10.141.171.6 with SMTP id y6mr4943538rvo.174.1200966003134; Mon, 21 Jan 2008 17:40:03 -0800 (PST) Received: by 10.140.127.7 with HTTP; Mon, 21 Jan 2008 17:40:03 -0800 (PST) Message-ID: <237967ef0801211740s1ee07850vc25984a7af262cac@mail.gmail.com> Date: Tue, 22 Jan 2008 02:40:03 +0100 From: "Mikael Magnusson" To: zsh-workers@sunsite.dk Subject: Re: git completion horribly slow in kernel tree In-Reply-To: <20080122011932.GB16813@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <237967ef0801141339p73414915xc411253211ed7467@mail.gmail.com> <20080122011932.GB16813@scowler.net> X-Virus-Scanned: ClamAV using ClamSMTP On 22/01/2008, Clint Adams wrote: > On Mon, Jan 14, 2008 at 10:39:58PM +0100, Mikael Magnusson wrote: > > I tried to fix that once but I gave up because I don't use any git > > trees that large usually. basically the problem is _git calls > > git-ls-tree with -r, which means recursive. I have this patch lying > > around but it isn't finished. I don't remember what isn't finished > > either but maybe it helps someone anyway? > > Committing this, and hopefully someone will figure it out quickly if > there's anything missing. Hm maybe my disclaimer wasn't clear enough, the code doesn't actually work. Specifically it doesn't complete anything after typing a partial directory name after a sha1: expression, so git show HEAD: will list all dirs and files, but HEAD:D won't complete to Doc. -- Mikael Magnusson