From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9829 invoked by alias); 3 May 2011 14:06:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29138 Received: (qmail 13248 invoked from network); 3 May 2011 14:06:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.43 as permitted sender) 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= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: <87liyw7t0o.fsf@ft.bewatermyfriend.org> <110426211951.ZM4200@torch.brasslantern.com> <20110430143718.GA20793@ruderich.org> Date: Tue, 3 May 2011 15:59:16 +0200 X-Google-Sender-Auth: OL7fR5nuchN-JG685ZY3rNyMQjo Message-ID: Subject: Re: Slowness issue with git completion From: Nikolai Weibull To: Simon Ruderich Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, May 2, 2011 at 11:59, Nikolai Weibull wrote: > On Sat, Apr 30, 2011 at 16:37, Simon Ruderich wrote: >> However it looks like two __git_files_relative are still there, >> in the functions: >> >> =C2=A0 =C2=A0__git_changed-in-index_files >> =C2=A0 =C2=A0__git_changed-in-working-tree_files > Hm, weird. =C2=A0I thought I did a proper search. =C2=A0I=E2=80=99ll fix = this tomorrow. It seems diff-index can=E2=80=99t 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?