g2p / git-fs

A filesystem interface to git repositories
GNU General Public License v2.0
232 stars 19 forks source link

[Feature Request] option to mount with allow_other #6

Closed mmcc-xx closed 12 years ago

mmcc-xx commented 12 years ago

Thanks for providing this - it was just what I was looking for... almost. I'd suggest providing an option so that the fs is mounted with the allow_other option enabled.

g2p commented 12 years ago

Done; you can use git fs mount --allow-other.

mmcc-xx commented 12 years ago

Great - thanks!