Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
Qt Creator 2.4.0
-
None
-
ca4efa4a34a1ca479a61aef7b55db61be3bb7cd0
Description
For example git show d8d1766a takes a very long time to show the diff
Breaking and later adding a qDebug() into GitVersionControl::managesDirectory() shows that this function is called ~2500 times and it seems like the function will run 2 git processes per call.
I haven't debugged why this function is called 2500 times.