Prune devel/py-EnthoughtBase
[dports.git] / devel / gitolite / pkg-descr
1 Gitolite is an access control layer on top of git, which allows access control
2 down to the branch level, including specifying who can and cannot rewind a
3 given branch.
4
5 Gitolite lets you use a single user on a server to host many git repositories
6 and provide access to many developers, without having to give them real
7 userids on or shell access to the server. Authentication is most commonly done
8 using sshd, but you can also use httpd if you prefer.
9
10 Gitolite can restrict who can read from (clone/fetch) or write to (push) a
11 repository. It can also restrict who can push to what branch or tag, which is
12 very important in a corporate environment.
13
14 WWW: https://github.com/sitaramc/gitolite
15 WWW: http://milki.github.com/gitolite