How do I get a "diff preview" option inside Visual Studio 2013 RC when working with Git? Most other source control extensions have this (including Git Source Control Provider, which I used in VS2012), where the list of uncommitted changes are listed to the left, and a color-coded diff of the selected file is shown on the right.
I can get diffs for individual files by looking in Team Explorer, Changes, right-clicking on an individual file, then selecting Compare with unmodified. But I have to do this for each file I want to see the current diff for, which is much more cumbersome than the "split" view I'm used to.
There are two possible options. The first is I don't know where to look. The second is it's just not available, and I'm stuck using an external tool like gitk.
For clarity, the screenshot below is the exact feature that I'm referring to in the Git Source Control Provider extension for Visual Studio 2012.