Package: gitolite
Version: 2.3-1
Architecture: all
Maintainer: Gerfried Fuchs <rhonda@debian.org>
Installed-Size: 539
Depends: git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), perl (>= 5.6.0-16), openssh-server, debconf (>= 0.5) | debconf-2.0, adduser
Suggests: git-daemon-run, gitweb
Homepage: http://github.com/sitaramc/gitolite
Priority: optional
Section: vcs
Filename: pool/main/g/gitolite/gitolite_2.3-1_all.deb
Size: 253550
SHA256: 6f7b756596ae273d44426896e45be65525d713b5664f2f521e38bd894de7d63f
SHA1: 7963830cac0a0548be289422ca0fb6d963e8f37f
MD5sum: bfe5bcf9630e59bc08eb4c5f45e74c34
Description: SSH-based gatekeeper for git repositories
 Gitolite is an SSH-based gatekeeper providing access control for a server that
 hosts many git repositories. Without gitolite,
 each developer needing to push to one of the repositories hosted would need a
 user account on that server; gitolite lets you do that just using
 SSH public keys tied to a single, common, user that hosts all the
 repositories.
 .
 Gitolite can restrict who can read (clone/fetch) from or write
 (push) to a repository, and who can push to what branch or tag - an
 important issue in corporate environments. Other features include:
   * access control by branch-name or by modified file/directory;
   * per-developer "personal namespace" prefixes;
   * simple but powerful configuration file syntax (with validation);
   * config files (and authority for maintaining them) can be split;
   * easy integration with gitweb;
   * comprehensive logging;
   * easy migration from gitosis.