We have some invalid emails in our git Bitbucket repositories that we are unable to import to TFS server as we get an error.
It looks like with git 2.6 we can turn off the fsck check functionality to allow us to get the repos in https://blog.github.com/2015-09-29-git-2-6-including-flexible-fsck-and-improved-status/
However does anyone know which version of git TFS uses? Or how this might be done?
We've tried fixing our repo histories but it would break all connections to our submodule, which isn't really acceptable for us.
Any advice greatly appreciated!