I'm using Tortoise GIT on windows along with MATLAB on my current project. I tried to setup MATLAB 2012b as my diff tool for Simulink models (*.slx).
But when the visdiff tool in MATLAB attempts to execute on the input generated by GIT it fails because the temporary file pull from the repository has the name ModelName-123456-left.slx.
This is an invalid model name in MATLAB. So I'm looking for a way to change the '-' in the temp-file name to '_' or similar.
It's such a simple part of GIT that I can't find documentation of it anywhere. I'm looking for help on how to fix this.