Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Git completion hanging on "git add -f"



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