For a while now, I've been seeing the git support of Visual Studio 2013 constantly consuming a large amount of my CPU. I've tried Mark Rendle's methods for disabling git. At one point, removing all the registry keys for git support worked perfectly. However, as of update 2, this method no longer works. I've also tried his extension, but it does not help.
I know that it's related to git because I ran a profiler on Visual Studio, and the results are quite clear.
I get this 30-60 second CPU usage spike anytime I save a file. While editing code, this is quite common. If I have other instances of Visual Studio open at the same time, the other instances also will see a similar CPU spike. So, when having 4 instances of Visual Studio open, I'll see full 100% CPU usage when combining all of the instances. This is extremely annoying and makes Visual Studio borderline unusable at some points
Is there a workaround for this or method to truly disable git support in Visual Studio 2013?