Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: git completion horribly slow in kernel tree
- X-seq: zsh-workers 24457
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: git completion horribly slow in kernel tree
- Date: Thu, 24 Jan 2008 08:20:39 +0100
- 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=
- In-reply-to: <237967ef0801232246n1f6c02ffv4083ce2323b36e0e@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrnfongql.jes.joerg@xxxxxxxxxxxx> <20080122011932.GB16813@xxxxxxxxxxx> <237967ef0801211740s1ee07850vc25984a7af262cac@xxxxxxxxxxxxxx> <20080122162222.GA503@xxxxxxxxxxx> <20080122171249.GA2361@xxxxxxxxxxx> <237967ef0801230320n7fbd3582xf8a149e10f83e708@xxxxxxxxxxxxxx> <20080123132925.GA26303@xxxxxxxxxxx> <237967ef0801230830t55434367p31c78b56df461454@xxxxxxxxxxxxxx> <20080123164835.GA32341@xxxxxxxxxxx> <237967ef0801232246n1f6c02ffv4083ce2323b36e0e@xxxxxxxxxxxxxx>
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