X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;fp=pep-git.txt;h=1c78dd490d0ee14893f4f0fdfc2caba5aa51d6c0;hb=9ff6debea668528ba77806e2df3bf569cb44ea1e;hp=968aa329d2f85ba9232ec2e37b3054a6f9af37c6;hpb=789c33f68705f65d4c8b480211e972df8dc82e89;p=git-wiki.git 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