From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15140 invoked by alias); 30 Jan 2011 11:25:27 -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: 28682 Received: (qmail 27616 invoked from network); 30 Jan 2011 11:25:16 -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.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,HTML_OBFUSCATE_05_10, RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=E0WrHCenggRC67SBYqeXcmaEuloio0swKBl+G5AWgBY=; b=ZNEauxARTB4brgaZwA0pRJKKUEtAYYNZ1jmcutnwfTo08mEA9K0kwakaLY9hOA8ivl V7ywT9Vu43KHeBqIhmrR9Trb/F3yU3jeDZ2EkR+VVHRAL2Lm8Sgqa4aCnHCDsksrcc16 p48GYDVGB755RHf5q8XrzYEl0lnWWJdd2fxKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=J6DwD3g3AUzu+Bv8GaWHoXxv1g+gt7Nszt+5gQY6QMrjoTberjQyAl0Q/1oPTX5rgp IUso4nuEPK9cmwhDy3UZgEcjRp6orxHzCgLNqGLpUnIaKeSCex9MEYoMoKMZRCGDS7Cb HERKo1RdlsE4dLvq4bL+xjXhZymC5YIREOung= MIME-Version: 1.0 From: Julien Nicoulaud Date: Sun, 30 Jan 2011 12:24:50 +0100 Message-ID: Subject: Git completion hanging on "git add -f" To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=0016364eed9e5cce67049b0e8d6f --0016364eed9e5cce67049b0e8d6f Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have my whole /home versionned in a git repository, with a .gitignore at the root containing '*'. This allows me to put under version control some selected dotfiles. If I do a "git add -f ", the completion totally hangs, here is the output of zprof: http://paste2.org/p/1219089 (I did a - after a while). It seems that the completion recurses under the whole repository, instead of just displaying the first level files and directories. Regards, Julien --0016364eed9e5cce67049b0e8d6f--