-
Notifications
You must be signed in to change notification settings - Fork 174
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
Problem with Git integration on windows #249
Comments
Hi Chris! Normally listing all file changes is the behavior of the Cheers. |
I forgot the -d option, but when I add it, I get a temp directory errors when I add it. If I'm using the Windows command prompt or cygwin , I get something like this:
Windows tells me that the file is there, but it is zero bytes in size. Notepad cannot open it. |
Mmm this one looks like a Windows bug, i'll try to gain access to a windows machine to reproduce, but maybe the way I deal with temporary files is broken on Windows (which is odd because I use the standard library for this) |
Could you check if the path is correct and the file is readable? |
The file does exist, but it isn't a file, rather a Windows Junction point (which is evidently kind of like a symbolic link). Unfortunately, the link doesn't point to anywhere, which is what I think the problem is. |
Could you look if it exists when GumTree is executing? |
Any good idea how to check that? The file doesn't exist before GumTree starts, and by the time I can find out where the temporary file is generated, GumTree has already crashed. |
mmm good point ;) |
Gumtree using git difftool integration described here, only lists one file at a time through the list page, http://127.0.0.1:4567/list .
Is there some way to get it to list all the files which have been modified in the repo changes?
The text was updated successfully, but these errors were encountered: