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