An access control layer on top of git Maintained by:milki@rescomp.berkeley.edu Port Added: 07 May 2012 15:43:13 License: GPLv2
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
Gitolite can restrict who can read from (clone/fetch) or write to (push) a
repository. It can also restrict who can push to what branch or tag, which is
very important in a corporate environment.
WWW: https://github.com/sitaramc/gitolite/tree/g2
To install the port:cd /usr/ports/devel/gitolite2/ && make install clean To add the package:pkg_add -r gitolite2
Configuration Options
===> The following configuration options are available for gitolite-2.3.1:
GITUSER=off: Create git user as gitolite provider
===> Use 'make config' to modify these settings
- Connect legacy gitolite2 port to build
- Register CONFLICTS with latest gitolite port
PR: ports/167440
Submitted by: milki <milki@rescomp.berkeley.edu>