-
Notifications
You must be signed in to change notification settings - Fork 154
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
"Compare against previous version" doesn't work #307
Comments
I have the same problem |
Same here. |
same here |
Yeah issue #297 I opened it a month ago. For some reason everyone is having their project paths prepended with C: or /.. |
same here |
Compare against previous version" doesn't work for me too. I am on Windows VS Code 1.25.1 and it doesn't show me the changes done in the selected file and prints a message to Output as the "file is outside repository" which is incorrect as this worked completely fine after degrading my VS Code to 1.24.1 version. Hoping the fix at the earliest. Thank you in advance. |
Same here, Any Fixes? |
@DonJayamanne any update regarding this? |
Same problem. |
Same here with windows 10 and v1.26.1 |
... same here: git log --pretty=oneline -n1 4b3b1bc7758d913f92eacac3fdcd06840fb3495c (completed in 0.165s)
git show --pretty=oneline --decorate=full --numstat 4b3b1bc7758d913f92eacac3fdcd06840fb3495c (completed in 0.36s)
git show --numstat --pretty=oneline -M 4b3b1bc7758d913f92eacac3fdcd06840fb3495c (completed in 0.153s)
git show --name-status --pretty=oneline -M 4b3b1bc7758d913f92eacac3fdcd06840fb3495c (completed in 0.182s)
git remote get-url origin (completed in 0.064s)
git log --pretty=oneline 4b3b1bc7758d913f92eacac3fdcd06840fb3495c^1 -n 1 -- C:\d:\projects\some-path\a-file.js (completed in 0.166s)
fatal: Invalid path 'C:/d:': No such file or directory
git show 4b3b1bc7758d913f92eacac3fdcd06840fb3495c:C:/d:/projects/some-path/a-file.js (completed in 0.155s)
fatal: Path 'C:/d:/projects/some-path/a-file.js' does not exist in '4b3b1bc7758d913f92eacac3fdcd06840fb3495c' |
PR #316 has an unofficial release posted. |
Same here |
it works on linux! |
@ole1986 Fine. I will tell you about the result after testing. |
@ole1986 yeah,Cool!!!!!! It works on window10 by using your VSIX file to update the office realese0.42. Thanks. |
Alternate to PR #314 which should make the fixFileUrl unnecessary I guess I assume some path modification take place before fsPath() got initially called. So the call immediately after Uri.file([...]) is called fixes it for me. More details on _makeFsPath here: https://github.com/Microsoft/vscode/blob/master/src/vs/base/common/uri.ts#L547 May also fix #307, #296, #297 and others.
I am still facing this issue, is this already part of the current release? fatal: Invalid path 'C:/d:': No such file or directory |
When I use VS code and gitHistory on git repository save in USB flash drive(F:), "Compare against previous version" doesn't work.
It returns error message like
Original file name is
1328_고층 빌딩v1.py
.The text was updated successfully, but these errors were encountered: