On Fri, 15 Mar 2013 13:44:15 +0100
Fredrik Gustafsson [off-list ref] wrote:
[...]
The webgui that's most populair is cgit and git-web. They don't do ACL
afaik.
gitweb passes around branch names using a specific parameter in the
GET queries it operates on, like
http://gitweb.domain.local/?p=repo.git;a=shortlog;h=refs/heads/master
So I think it should be possible to somehow implement different
access rules in the front-end web server based on the qieries.