Learn to use Visual Studio, Visual Studio Team Services, Application Insights and Team Foundation Server to decrease rework, increase transparency into your application and increase the rate at which you can ship high quality software throughout the application lifecycle
情報源: What’s new in Git for Windows 2.11?
MSDNブログでアナウンスされるようになりましたね。
ダウンロード,リリースノートはこちら。
https://github.com/git-for-windows/git/releases/tag/v2.11.0.windows.1
新機能:
- Git v2.11.0.への追従
- 大きなワークツリーでのgit addコマンドのパフォーマンス改善。
- ビルトインdiffツールをopt-in機能として利用可能に。(今まではPerlスクリプトからdiffコマンドを呼び出していたが、Cで作られたgitに組み込まれたdiffを使用できる)
- gitをVC++ 2010以降でビルドするためのプロジェクトをmake MSVC=1 vcxprojの要領で作成できる(ソースコードにて)。
その他バグ修正となっています。