gitolite/src/Gitolite
Sitaram Chamarty ed47d1aef8 two significant fixes to load:
- don't look for user-roles if the repo is missing (doesn't make sense
    and because we roll in the <perm> = CREATOR function into that, it
    causes bugs like [1] below)

  - allow ^CREATOR/ in repo names (i.e., don't insist it has to be
    /CREATOR/)

----

[1] here's the bug

    repo foo/..*
        C   =   u1
        RW+ =   CREATOR # <--- this line
        R   =   READERS
        RW  =   WRITERS

    causes
        GL_USER=u2 gitolite info

    to print
        hello u2, this is gitolite3 (unknown) on git 1.7.7.6

         R W  	foo/..*
         R W  	testing

    when in reality it should not be looking at CREATOR at all.
2012-03-24 10:30:44 +05:30
..
Conf two significant fixes to load: 2012-03-24 10:30:44 +05:30
Hooks (perltidy) 2012-03-24 10:30:44 +05:30
Test minor changes to the testing infrastructure 2012-03-24 10:30:43 +05:30
Common.pm usage() needed some minor fixes... 2012-03-24 10:30:44 +05:30
Conf.pm (minor) 2012-03-24 10:30:43 +05:30
Rc.pm git-configs update code done 2012-03-24 10:30:44 +05:30
Setup.pm (!!) trigger mechanism... read below 2012-03-24 10:30:44 +05:30
Test.pm minor changes to the testing infrastructure 2012-03-24 10:30:43 +05:30