Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Git completion hanging on "git add -f"
- X-seq: zsh-workers 28682
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Git completion hanging on "git add -f"
- Date: Sun, 30 Jan 2011 12:24:50 +0100
- 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=
- 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
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 <TAB>", the completion totally hangs, here is the
output of zprof: http://paste2.org/p/1219089 (I did a <CTRL>-<C> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author