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 96ccbf0c1c make standalone config entries work
For example, in

    repo foo/..*
        C   =   u1 u2 u3
        RW+ =   CREATOR
        RW  =   WRITERS
        R   =   READERS

        config hooks.emailprefix = '[%GL_REPO] '
        config foo.bar  = bar one

    repo foo/u1/..*
        config bar.baz  = frob nitz

make that last config also work!
2012-03-26 05:54:17 +05:30
doc (mkdoc) make it do a little more post-mkdoc work 2012-03-26 05:37:45 +05:30
src make standalone config entries work 2012-03-26 05:54:17 +05:30
t make standalone config entries work 2012-03-26 05:54:17 +05:30
check-g2-compat fixup: new check-g2-compat, lots of migration related changes 2012-03-25 11:07:11 +05:30
dot.pl Q: all doc stuff 2012-03-24 18:22:11 +05:30
INSTALL install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30