xltrail / git-xl

Git extension: Makes git-diff work for VBA in Excel workbooks (xls* file types)
https://www.xltrail.com/git-xl
MIT License
559 stars 72 forks source link

Fixing the path to the non-existing temporary files, due to git has reference to /dev/null #53

Closed platonovr closed 4 years ago

platonovr commented 4 years ago

Hi all, thank you for a such useful tool. I have faced the same problem as #49 . (I have installed git-xl with installer, OS - Windows 10 1903, git version 2.24.0.windows.2) As I found in git sources - internal diff and also checked locally, in diff.py there will be not 'nul', but '/dev/null'. Thank you in advance