You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two files (one text, one binary) in the root of a git repo (/d/temp) to git cache, create a subdirectory, cd there and do a git diff --cached, you will get this output:
\dev\null gets inserted because of #1538 ..\README.md is correct image.png is wrong, should be ..\image.png - delta uses absolute path here, but should use relative path!
Delta version 0.17.0, can reproduce on Windows 11 and Linux
The text was updated successfully, but these errors were encountered:
Add two files (one text, one binary) in the root of a git repo (
/d/temp
) to git cache, create a subdirectory,cd
there and do agit diff --cached
, you will get this output:Now set
git config delta.relative-paths true
and you will get this output:Directory structure
\dev\null
gets inserted because of #1538..\README.md
is correctimage.png
is wrong, should be..\image.png
- delta uses absolute path here, but should use relative path!Delta version
0.17.0
, can reproduce on Windows 11 and LinuxThe text was updated successfully, but these errors were encountered: