Hacker News new | ask | show | jobs
by nine_k 30 days ago
Won't the SMB implementation be sufficient to mount git commits as folders?
1 comments

No, because SMB doesn't support execute permissions. So either all your files are executable or none of them are.
I would say that in a source code tree that represents old commits I'd like none of the files to be executable. (It would miss some commits that only change the executable bit though.)