Hello all, Has anyone seen a libgit2 + FUSE project? I couldn't find one so I started one at: https://github.com/patrickhaller/git-fs It's far from being a good read-only front-end for a bare git repo, so any pointers on possible improvements would be much appreciated. I'm using it for a small linux distribution, as a way to do updates and rollbacks in a reasonable fashion. Thanks, Patrick