From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13081 invoked from network); 24 Jan 2008 07:20:51 -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; 24 Jan 2008 07:20:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 39130 invoked from network); 24 Jan 2008 07:20:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jan 2008 07:20:48 -0000 Received: (qmail 10080 invoked by alias); 24 Jan 2008 07:20:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24457 Received: (qmail 10067 invoked from network); 24 Jan 2008 07:20:44 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 24 Jan 2008 07:20:44 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 46EB08058F58 for ; Thu, 24 Jan 2008 08:20:41 +0100 (CET) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Thu, 24 Jan 2008 08:20:40 +0100 (CET) Received: by wa-out-1112.google.com with SMTP id j4so260872wah.21 for ; Wed, 23 Jan 2008 23:20:39 -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=gv10pAYhxQa7NxnL9T1ZY1LZlSkxhl0xnMQxaTJcxTM=; b=SNPXdcszej+/LUGNnx+87xWRp7o3rBq0RZI42VpaCR9H44uGx2m7oLtExXvIXtRtKHSYO2jYgdmReZTflWu1nepOjVERMtcMEMdBVgq3oqAnJmR9XYLcJfSi10gpLnC31WGco10Hg46RGxgM+sUgiEH8l+jYMF9yLinNdPc8CRs= 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=iA1/rOAyE9up9dSAxJypxSAcmFK7YRJ0YUHzYnDSpbtMT1jdJVzNsceJba3Fl9xRf831dQmWN4F/ga8LBetu4xwuCKWcy2HOl/O44Jx+kJwjX+fAYkyqhP6zF5C9WQEKIJ6kMYBfxWPPscu20KzaLnADnepBWT/GqXAOWVyu2UE= Received: by 10.141.68.12 with SMTP id v12mr253659rvk.111.1201159239354; Wed, 23 Jan 2008 23:20:39 -0800 (PST) Received: by 10.140.127.7 with HTTP; Wed, 23 Jan 2008 23:20:39 -0800 (PST) Message-ID: <237967ef0801232320k2ebb6d87md53a824528ebfdb@mail.gmail.com> Date: Thu, 24 Jan 2008 08:20:39 +0100 From: "Mikael Magnusson" To: zsh-workers@sunsite.dk Subject: Re: git completion horribly slow in kernel tree In-Reply-To: <237967ef0801232246n1f6c02ffv4083ce2323b36e0e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080122011932.GB16813@scowler.net> <237967ef0801211740s1ee07850vc25984a7af262cac@mail.gmail.com> <20080122162222.GA503@scowler.net> <20080122171249.GA2361@scowler.net> <237967ef0801230320n7fbd3582xf8a149e10f83e708@mail.gmail.com> <20080123132925.GA26303@scowler.net> <237967ef0801230830t55434367p31c78b56df461454@mail.gmail.com> <20080123164835.GA32341@scowler.net> <237967ef0801232246n1f6c02ffv4083ce2323b36e0e@mail.gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP On 24/01/2008, Mikael Magnusson 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 > git add ../ > git add ../../ > git add ../../Src/Modules > 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