We are using VS2015 to access Git Repos stored in TFS onprem 2015 update 1.
We have users using both Visual Studio and TortoiseGit for committing and pushing changes from their local repo to the central repository.
In both cases the user is authenticated in windows. It is the same user using an AD account. If the user commits via TortoiseGit the name on the commit is "Mycompany\username" If the user commits via Visual Studio the name on the commit is just "username"
This causes some problems with the Web interface for TFS. If you select the code tab,select a repo, click "History" you have an option to show "My Commits" or "All commits". The web interface only shows the commits performed via visual studio (the one without the AD domain name).
I've checked the settings for TortoiseGit and Git setting in VS and they have the same values: MyCompany\username
Is there a way to prevent this inconsistency so the user can see ALL of their commits regardless of how they were committed?




