Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] fix wsl mode bits error in subdir (git-for-windows#4660)
Support for wsl mode bits was previously added to git, but there was a bug because the filenames provided by fscache did not contain paths. This commit fixes the issue. The previous feature is added in PR git-for-windows#4438, but at that time I didn't tested so much. Sorry to have this bug. To test this feature, set core.wslcompat to ture and core.filemode to true and make sure repo is on NTFS.
- Loading branch information