-
-
Notifications
You must be signed in to change notification settings - Fork 41
Show Difference fails with DiffMerge for file names with spaces #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you try like that
|
I think the real problem should be solved when you updated to "$LOCAL" "$REMOTE" Did you restarted Visual Studio after changing it? On which config did you updated that? |
I updated it in ~/.gitconfig and did restart VS, but I had two instances of VS open and restarted only one so that might make a difference. I will try again now. |
I made that change again, rebooted just in case it might be cached somewhere, then opened VS to try again and still get the error. |
That's weird! I will have to check a bit more the code. Which config you changed, the one for the repo or the one for the user? |
The one for the user. |
Thanks for the report @strandloper I will provide a patch for this issue in the next patch release! |
Thank you. |
I have DiffMerge configured as my diff tool as follows.
I can use Compare with Unmodified... in the VS2013 Changes window and the diff opens in DiffMerge as expected. But when I use GitDiffMargin's Show Difference for the same file, which happens to have spaces in the path, I get DiffMerge errors like this.
The full path to the file is
so it appears that the path is being split on the space.
I wondered if quoting the arguments to the command in
.gitconfig
would make a difference so I tried changing it tobut this did not solve the problem.
The text was updated successfully, but these errors were encountered: