On Friday, 5 June 2015 at 11:11:15 UTC, Vladimir Panteleev wrote:
On Friday, 5 June 2015 at 08:36:54 UTC, Jonathan M Davis wrote:
It works fine for me too, though glancing around online about
file permissions in github, I'm seeing really mixed messages
on what happens with them. So, maybe there's some
github-specific weirdness.
Why is this? AFAIK Git only allows 644 and 755 permissions for
files (i.e. executable or not). I doubt Git is to blame here.
I don't know. As I said, searching for info on file permissions
in git quickly turned up stuff that seemed contradictory with
regards to whether git retained file permissions or not and how
to deal with them. I didn't dig deeply.
- Jonathan M Davis