git status takes 30 seconds on Windows 7. Why?

2013-03-27 Thread Jim Kinsman
git status takes 30 seconds on Windows 7. Here are some stats: git ls-files | wc -l 27330 git ls-files -o | wc -l 4 $ git diff --name-only | xargs du -chs 68K update_import_contacts.php 68K total What can I do??? This is so slow it is unbearable. By the way i've done git gc several times

Re: git status takes 30 seconds on Windows 7. Why?

2013-03-27 Thread Jim Kinsman
t commit -a") run time is 10 s On Wed, Mar 27, 2013 at 12:17 PM, Matthieu Moy wrote: > Jim Kinsman writes: > >> git status takes 30 seconds on Windows 7. > > Any anti-virus installed? They can interfer badly with disk-intensive > tasks ... > > -- > Matthieu Moy