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
Tomas Paladin Volf b6ba3cc975 (password access) specify comment field in generated ssh pub key
since gl-shell-setup runs as root, the comment in the generated key was
'root@...' instead of whatever userid it was being created for.

This does not affect gitolite or ssh but it seems some people don't
treat "comment" and "comment" and actually *do* stuff with it.

(only code is from author; commit message is from committer)
2011-11-27 08:24:06 +05:30
conf some nice ADC changes... (warning: minor backward compat breakage) 2011-10-17 18:42:57 +05:30
contrib (password access) specify comment field in generated ssh pub key 2011-11-27 08:24:06 +05:30
doc new functions (can_*, is_admin, in_group) for ADCs 2011-11-22 19:31:41 +05:30
hooks (minor) fix hooklet setup instructions 2011-11-15 14:07:53 +05:30
src new functions (can_*, is_admin, in_group) for ADCs 2011-11-22 19:31:41 +05:30
t MASSIVE set of changes to documents! 2011-11-02 21:04:33 +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 (minor) add link to master TOC in main README 2011-11-13 07:52:45 +05:30

Gitolite README

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.

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