Had the hanging problem after installing and opening a repo that was already tracked by "github for windows" under windows 8, needed to install the full git install from here http://git-scm.com/download/win
now loading vs2012 is fast and everything seems to work, comiting is fast and simple
Very low quality. This product should probably be at an pre-alpha release. It seems to be partially or fully (undetermined at this point) ignoring the .gitignore file. It not only affects the extensions view of files changed but also affects external clients (Git-Bash & mysysgit/powershell). In stead of rehasing i have documented the problem at: http://stackoverflow.com/questions/15930561/git-status-is-showing-files-it-shouldnt
If you need a git client for windows i would either recommend github for windows or the powershell/msysgit/posh-git
A vertical history tool would be easier to navigate, and the pending changes tool window doesn't seem to respect the rest of vstudio's theme, but this tool works very well for me.
The "Git pending changes" is disable after init a repository. I cannot find git.exe. Is there any other manual installation of git except the one in VS 2012?
I can load the provider however I can not see it anywhere in VS2012. Any reason I can not see any GIT controls in VS2012 after I install it? I have used this provider quite extensively in VS2010 so I know what I am typically looking for.
The tool is great, but the latest version is a disaster: it requests updating of user name and mail, but is stuck there and there is no way to get to the "Pending changes"
oh my gooooood. don't use the new version 1. it will below your reopsitory. after i updated it, wants to commit the changes and during commit, it hanged out and i forced to terminate the process and when came back to visual studio all of uncommitted files got ! mark and when wants to commit again the Commit Window hanged and i can do nothing except to "end task" it.
I really love the git history tool - and I have a few requests regarding it
How can I start it outside of the VS environment?
In the case of large history (and usually repositories get large histories) I would love it if the tool would combine multiple commits on a single line into a single box containing just the comment to the first commit - and then have the ability to expand/collapse this group to the current view of watching every single commit.
This will give a much better view in the case of branch per feature scenario (without using rebase)
thanks for a great tool
You can add the Git History Viewer to the Windows File Explorer
https://gitscc.codeplex.com/wikipage?title=File%20Explorer%20Integration
On the top right corner of the viewer, there is a button to toggle the view to be simplified.
https://gitscc.codeplex.com/wikipage?title=View%20History&referringTitle=Documentation
Previously I worked in VS 2010 and all changing lines in Pending Changes diff window were highlighted. But in VS 2012 it changes the color of the text but not highlighting the whole line.Can i make it like in VS2010?
I have been using this very cool extension for a while and thinks it's great. Thanks.
However I recently built a new machine and installed the latest version, and it now, more often than not, completely kills Visual Studio 2012 on a commit from the Pending Changes panel.
It's possible that it's more of a problem with a large number of files to commit.
It completes the commit and then hangs. Any ideas? I have not put the Update 2 CTP on yet?
In my Pending Changes Window, when selecting modified files no diff is displayed. If a new file is displayed the new contents are displayed.
Have I managed to knobble some setting?
Using latest version.
Any opinions on which is the better extension? I presume that this was first and then Microsoft kicked one out fairly recently, but maybe someone knows which one is more fully featured at this point?
The MS Git SCP looks good on paper and I'll be trying it as soon as VS 2012.2 is released.
It seems likely that the resources of the TFS team will trump the little guys. But MS will not support Git for VS2010 so the universality of Yiyi Sun's plug-in might be a major point in it's favor.
It seems the source control provider is changing the readonly flag of files. In git there is no concept of read only. This issue manifests itself when trying to do a ReSharper move to file refactoring.
If I disable to git source control provider, the feature works again as expected.
As I recall, TFS and SourceSafe also use the read-only flag in this way. So it would be a Visual Studio SCP thing. You might try the ReSharper configuration for TFS (see http://rsm.codeplex.com/documentation) with Git SCP.
Hello, I created a empty git tfs project in tfs 2012. Now, when I try to open it in visual studio 2012, visual studio crashes when it tries to load. Does anyone else have the problem or the solution. Thanks.