From: Oleg Broytman Date: Wed, 9 Sep 2015 20:10:09 +0000 (+0300) Subject: gitolite is written in Perl X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=9ff6debea668528ba77806e2df3bf569cb44ea1e gitolite is written in Perl --- diff --git a/pep-git.txt b/pep-git.txt index 968aa32..1c78dd4 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -842,8 +842,8 @@ repositories can be made user- or group-writeable (see parameter ``core.sharedRepository`` in ``git help config``). If that's too permissive or too restrictive for some project's needs there is a wrapper `gitolite `_ that can -be configured to allow access with great granularity; gitolite has a -lot of documentation. +be configured to allow access with great granularity; gitolite is +written in Perl and has a lot of documentation. Web interface to browse repositories can be created using `gitweb `_ and `cgit