Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features.
Find a file
Sitaram Chamarty c59bf16942 (minor) validate all role names, not just the first line!
If you use a role name that was not in GL_WILDREPOS_PERM_CATS, it will
get caught later when someone whom youhave given that role tries to
access the repo (look for another occurrence of the same error message
as this one).

So there's no access violation but it would be nice to be told upfront
that it won't work.
2012-01-26 07:29:03 +05:30
conf (doc) move NAME/ details from example.conf to doc/gitolite.conf.mkd 2012-01-23 05:53:29 +05:30
contrib adc: make 'help' work when HELP_LIST_DEFAULT is set to 0 2012-01-12 10:14:43 +05:30
doc (doc) move NAME/ details from example.conf to doc/gitolite.conf.mkd 2012-01-23 05:53:29 +05:30
hooks merge-check feature; first cut 2012-01-16 09:40:14 +05:30
src (minor) validate all role names, not just the first line! 2012-01-26 07:29:03 +05:30
t (minor) validate all role names, not just the first line! 2012-01-26 07:29:03 +05:30
.gitattributes docs and .gitattributes hadn't been updated for the change in hooks dir 2010-03-10 06:24:53 +05:30
.gitignore add conf/VERSION to .gitignore 2010-03-02 05:39:19 +05:30
Makefile Makefile: now default is as simple as "make" 2010-05-14 11:27:55 +05:30
README.mkd (github specific notice at top of README) 2012-01-04 15:03:55 +05:30

Gitolite README

Github users: please read the "wiki" link at the top of the page before submitting issues or pull requests.

If you're really impatient, and you're familiar with Unix and ssh, follow the quick install instructions.

But if you want to do anything meaningful with gitolite you have to spend some time cuddling up to the docs. The complete online documentation starts here -- this is the best starting point for general questions about git, such as what it is, why you would need it, features, contact/mailing list info, and so on.

For convenience, here is a link to the master table of contents, which is very useful to search using your browser's search function.