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
fix wsl mode bits bug in subdir
Support for wsl mode bits was previously added to git,
but there was a bug because the filenames provided by
fdata did not contain paths. Ex: fdata->FileName is only
foo.sh while we need path/to/foo.sh to open the file.
This commit fixes the issue.
Signed-off-by: lixungeng <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments