Compare to prev version doesn't work
See original GitHub issue… if your repository is checked out to different partition than C. You end up with error message in output:
276221e1e166c71e39ef13a76575eb84677fc680:C:/t:/<pathToFile> (completed in 0.342s)
fatal: Path 'C:/t:/<pathToFile>' does not exist in '276221e1e166c71e39ef13a76575eb84677fc680'
git log --pretty=oneline 276221e1e166c71e39ef13a76575eb84677fc680^1 -n 1 -- C:\t:\<pathToFile> (completed in 0.363s)
fatal: Invalid path 'C:/t:': No such file or directory
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
Compare working tree to any previous commit or branch
When I pull up the history of the file I can compare that version with another version listed in the history by selecting...
Read more >How to correctly use "Diff with previous version"?
"Diff with previous version" compares the current state of the file to the previous committed state (i.e., HEAD~1 ). To see the changes...
Read more >Compare File with Previous Revision doesn't work if path ...
Steps to Reproduce: create file in a folder with '#' in the path commit that file make change to that file click 'Open...
Read more >Restore Previous Versions Not Working Windows 10 FIX
Restore Previous Versions Not Working Windows 10 FIX.Add arguments:shadowcopy call create Volume=C:\Argument (Swap “C:” out with the drive ...
Read more >[Solved] There Are No Previous Versions Available Windows ...
When the Restore Previous Versions is not working properly, the Previous Versions tab is showing there are no previous versions available, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I actually asked Don already to make me a member of the repo to support him…
This hopefully includes releasing new versions
I really hope he is reading my mail soon.
check out PR #316.
there is an unofficial release which should fix this issue.
Let me know if its working for you