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ブログでアナウンスされるようになりましたね。
ダウンロード,リリースノートはこちら。
Release Git for Windows 2.11.0 ?? git-for-windows/git
Changes since Git for Windows v2.10.2 (November 2nd 2016) New Features Comes with Git v2.11.0. Performance of git add in...
新機能:
- Git v2.11.0.への追従
- 大きなワークツリーでのgit addコマンドのパフォーマンス改善。
- ビルトインdiffツールをopt-in機能として利用可能に。(今まではPerlスクリプトからdiffコマンドを呼び出していたが、Cで作られたgitに組み込まれたdiffを使用できる)
- gitをVC++ 2010以降でビルドするためのプロジェクトをmake MSVC=1 vcxprojの要領で作成できる(ソースコードにて)。
その他バグ修正となっています。