Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Slowness issue with git completion
- X-seq: zsh-workers 29138
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Simon Ruderich <simon@xxxxxxxxxxxx>
- Subject: Re: Slowness issue with git completion
- Date: Tue, 3 May 2011 15:59:16 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=floN1uOClo3WSOT4ZdWtyzRt3Xgeg+e4+Zl6ABj7Hb0=; b=blr4Z9AulaPC9bAOGBIqpvREJ0vMnHnZo15o90PuvvIhoPDjPrpo98XsFSKPNpVinE vjxySVnyibniELrZjupShNKPtoUa3zznOjU9VQiDt3qgvxqq/8SANu0mq3uGyq67+wi5 1RNYLp2njH1+d2pFeB+rjiYKWFnLJ+2qJOWmw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MIpDpCr+goGDU5a/pJMsXWTFeMzjywT+sYdsrwC3vUwv+aKDHWO6ka1ErEEeczEWHD x+muBZxljN+tSnON67ENYz4pgCdcpz2uJK3gYpq2ga/MXnlfv5NDdM1i74b9r+UK6fXT BRDzsSbjtbsK6sqm5kXRD39RO0E9ryBNVQvAc=
- In-reply-to: <BANLkTin91ycL8hEAa+9t4=XUhi8ZoDA7yQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <87liyw7t0o.fsf@ft.bewatermyfriend.org> <BANLkTim6WJWCrfLokA045Sc8su8DMXnKNw@mail.gmail.com> <BANLkTi=eLWad_TB4L=chD=3Fb_Pd9AQyqQ@mail.gmail.com> <BANLkTi=PrLsikjVhA-e06gjEkkxDpsdVaw@mail.gmail.com> <BANLkTi=N0DjXbf70LCo422DQ_2b0_dK_AQ@mail.gmail.com> <BANLkTikwk=OUQ7TzQB6FNcD2wztj+LHOGw@mail.gmail.com> <BANLkTinadx+av3XhHrdem8aNqp=k7Gm69Q@mail.gmail.com> <BANLkTikLMKZmCAxt=Ac-t-R_ZccZMt3pqg@mail.gmail.com> <110426211951.ZM4200@torch.brasslantern.com> <BANLkTimmw3+nWyYS27MzDm-z-rFCT2yxaQ@mail.gmail.com> <20110430143718.GA20793@ruderich.org> <BANLkTin91ycL8hEAa+9t4=XUhi8ZoDA7yQ@mail.gmail.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Mon, May 2, 2011 at 11:59, Nikolai Weibull <now@xxxxxxxx> wrote:
> On Sat, Apr 30, 2011 at 16:37, Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
>> However it looks like two __git_files_relative are still there,
>> in the functions:
>>
>> __git_changed-in-index_files
>> __git_changed-in-working-tree_files
> Hm, weird. I thought I did a proper search. I’ll fix this tomorrow.
It seems diff-index can’t be made to report results in the fashion
that we desire. Suggestions welcome as to how we fix this. It seems
__git_files_relative needs to stay. Perhaps we can at least optimize
it in the ways Bart described?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author