On Tue, Jul 19, 2011 at 3:06 PM, J. Bakshi <joydeep@xxxxxxxxxxxxxxx> wrote: > Hello list, > > I have installed git repo based on http:// protocol and both read+write access is based on a htpasswd based authentication. The git repo is "bare" so that push is possible. But I like to have push from a limited users only, not from all. For the rest, only pull should be possible. Is there any way to achieve this type of ACL ? man git-http-backend has an example config described thus: "To enable anonymous read access but authenticated write access...". It certainly sounds like what you want. Not sure what sort of http access you have setup but ideally you should have used that one to setup your server. If you did, changing it to work this way should be easy now. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html