ZFS Filesystem Permissions
See Zulip discussion.
on HardenedBSD, Radicle forces file permissions to be 0755 for every single file on the filesystem, so git status is showing 105505 files changed from old mode 100644 to 100755
See Zulip discussion.
on HardenedBSD, Radicle forces file permissions to be 0755 for every single file on the filesystem, so git status is showing 105505 files changed from old mode 100644 to 100755
It turned out that in other repos on Shawn’s filesystem,
core.filemodewas set tofalse. Doing the same in the repo that was thought to be affected by a bug resolved the issue for him.