From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16800 invoked by alias); 30 Jan 2011 14:04:00 -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: 28685 Received: (qmail 25703 invoked from network); 30 Jan 2011 14:03:57 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,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.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=sKd9SwZfu2Or+FQginL9KRJPGmA4h+VQvIJtLFjp9JI=; b=itryOPeXhxsOluY12CjM1Yr8j/qNE/rP/+iI8v/JLRJoL5PR/EYOxg0XlRenFLxi7j pIx1JxJ3YTxxjPjZCVjStrNnZw+C7+HU3cSdpFc1w1h4vFfV8yR0K2mPbpxB7QMg1VU/ mx7u4kVufuZWvLqnGcI5lSFfV9npGqquaH8vs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RAo0KOT8lbVS40aWJxVp4I4StFEJcgMs4dzDnp0CDCBAcXHi7Eppo6fa2xYxK5ibfs SbS+iEGT8mZ5p4X+2/RYrw2gYxPJv/XG7KRZCxe5SxtIALI0brKAetsVBEHuVdqD4HZ7 LwcpnMNldndxbmLgdg4vIbi77KzTVHlJQOdko= MIME-Version: 1.0 In-Reply-To: <87fwsaaa1j.fsf@ft.bewatermyfriend.org> References: <87fwsaaa1j.fsf@ft.bewatermyfriend.org> From: Julien Nicoulaud Date: Sun, 30 Jan 2011 15:03:31 +0100 Message-ID: Subject: Re: Git completion hanging on "git add -f" To: Frank Terbeck Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=0016364eed9edd324b049b10c4ea --0016364eed9edd324b049b10c4ea Content-Type: text/plain; charset=ISO-8859-1 Yes, I tried it but it's the same (same zprof output too). I tried to unplug the completer provided by _git for this context with: zstyle ':completion:*:*:git:ignored-other-files' _path_files but there must be something I missed with zstyle syntax, because it does not work (the part that matters is here: https://github.com/now/zsh/blob/git/Completion/Unix/Command/_git#L59). 2011/1/30 Frank Terbeck > Julien Nicoulaud wrote: > [...] > > It seems that the completion recurses under the whole repository, instead > of > > just displaying the first level files and directories. > > Did you try if Nikolai's updated _git from > improves the > situation? > > Regards, Frank > > -- > In protocol design, perfection has been reached not when there is > nothing left to add, but when there is nothing left to take away. > -- RFC 1925 > --0016364eed9edd324b049b10c4ea--