Visual StudioのGitを使用するソースコードコントロールプロバイダー(要はバージョン管理プラグイン)として動作するGit Source Control Providerが1.0になっていました。
Git Source Control Provider – Download: V 1.0.0
Visual Studio 2012の内臓Diffツールを使用するようになっていたり、そのほか細かい処理の改善がなされています。
Change Logs
V1.0.0
- Add support to use Visual Studio’s diff window (by Duncan Smart)
- Prompt user to save files before commit
- Prompt user to set name and email for git, if not already
- Pending Changes commit not showing hooks errors/messages (by Javier Castro)
- Support bulk file deletion (by Javier Castro)
- Use new icons for git and git extensions
- Merge pull requests, #30, #34, #36, #38 from github
- Allow commit of selected changes via Ctrl+Enter
- Automatically save items when refreshing
- commit-msg hook error not visible (by Javier Castro)
- Git Refresh not working in Pending Changes when auto refresh is disabled
V 0.9.6.1
- Rebuild in release mode and write to error log file in Release mode
さて、VS2012のDiffツールを使用する方法ですが、インストールが終わったら、以下のようにVisual Studioのオプション設定で、Cource Controlを選択し、「Use Visual Studio 2012 Diff Window」にチェックを入れます。
比較したいファイルを選択し、Git Compare with Last Commit…を選択します。
次の図のようにDiffが表示されます。
コメント
RT @ishisaka: Git Source Control Provider V 1.0.0: .. http://t.co/htFkqTwG