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
Debugging suggests that submod2/just_a_dir/contents is included in the diff for some reason.
There is a couple others which seem to be specific to mounted volumes (code checkout vs CLAR_TMP location), like the Mac \psf\Home from the Parallels VM:
repo::init::extended_with_template_and_shared_mode [W:\cbs\code\cbs\qa\libgit2\tests\repo\init.c:383]
Function call failed: (git_path_lstat(expected.ptr, &expected_st))
error -3 - Could not find 'W:/cbs/code/cbs/qa/libgit2/tests/resources/template/hooks/link.sample' to stat: Access is denied.
This error occurs when the code is checked on a mounted volume which supports symlinks normally. The link.sample file indeed is missing but there is one called link.sample.lnk or something like that.
I can reproduce the failure of diff:workdir::submodules on Win32, both x86 and amd64.
Would you create another issue for the mounted volume problem, and assign it to @ethomson?
submod2/just_a_dir/contents
is included in the diff for some reason.There is a couple others which seem to be specific to mounted volumes (code checkout vs
CLAR_TMP
location), like the Mac \psf\Home from the Parallels VM:link.sample
file indeed is missing but there is one calledlink.sample.lnk
or something like that.The text was updated successfully, but these errors were encountered: