freebsd-ports/devel/gitolite/pkg-descr
Steve Wills 38460ee042 - Update to 3.2
Changes:
5f9789ed8e/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.1...v3.2

PR:		ports/175243
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2013-01-13 20:40:33 +00:00

15 lines
730 B
Text

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
WWW: http://milki.github.com/gitolite