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.
Go to file
Sitaram Chamarty 3e1746b267 change die to warn if split_conf is not set but gl-conf is present
(although the opposite case is still a "die")

We found out how this can happen: if you change

    repo r1 r2

to

    @g = r1 r2
    repo @g

as found by t/deleg-2.t, which suddenly started breaking after an
apparently unrelated commit :-)
2012-03-24 10:30:44 +05:30
src change die to warn if split_conf is not set but gl-conf is present 2012-03-24 10:30:44 +05:30
t gitweb/daemon post-create scripts done 2012-03-24 10:30:44 +05:30
INSTALL install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30