I recently learned, that GIT auto-merging can produce undesireable results in certain situations. So, I am looking for an efficient way to review auto-merged files. So far, I have tried the Visual Studio 2017 GIT client, which gives no information whatsoever about auto-merging, and Tortoise GIT, which at least shows the names of all auto-merged files in the merge-progress-window, but lacks the functionality to open the three-way-diff for such a file directly from the merge-progress-window.
How do you review auto-merge results? Do you know any (windows based) tools that let you review auto-merge results? What is the recommended workflow here?