I use git on TFS 2013 Express and I can't see my TFS profile image on any of the commits, neither in TFS nor in VS 2013 history. All I get is the TFS default user image.
I've filled git settings on VS 2013 and logged into TFS 2013 with my profile account. TFS is installed on a Windows 7 SP1 box and I've created all windows users to use in TFS. Email accounts are the same both in TFS user profile and VS 2013 Git settings. I just can't find any similar issues online so it's hard to find clues to solve this issue. The only way I found out to user images to be shown is by using gravatar, which is something I'm trying to avoid.
Note: I've noted that on TFS, in the commit details, it's authored and commited by the git user, and it's pushed by the TFS user.
MSDN states that:
Author images: Use images to more easily see the author of each commit. If your Git repo remote origin is in a TFS Git team project, team members can specify their images in their TFS profiles
Isn't it supposed to show profile images both on TFS and VS 2013?
Here's a screenshot of the user profile in TFS:
Here's the TFS Commits page:
Here's the VS 2013 Branch history:
Any help would be highly appreciated.
DMVC