This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

High CPU consumption with git tab completion in zsh


I've noticed that using tab completion with git in zsh often causes zsh
to consume 100% of my CPU for around ten minutes before the completion
request completes. The zsh completion commands look rather old:

,----
| % ls -l /usr/share/zsh/4.3.9/functions | egrep git
| -rwxr-x---+ 1 seh Users    618 2008-11-25 19:45 VCS_INFO_detect_git
| -rwxr-x---+ 1 seh Users   2959 2008-11-25 19:45 VCS_INFO_get_data_git
| -rwxr-x---+ 1 seh Users 163034 2008-11-25 19:45 _git
| -rwxr-x---+ 1 seh Users   2301 2008-11-25 19:45 _stgit
| -rwxr-x---+ 1 seh Users    144 2008-11-25 19:45 run-help-git
`----

Is this the right place to report such a problem in more detail, or do I
need to contact the git mailing list, or maybe the zsh mailing list?

-- 
Steven E. Harris


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]