gitolite/src/Gitolite/Conf
Sitaram Chamarty 8dcc051e64 access() with a missing repo
when a real repo (i.e., not a groupname or such) doesn't exist, checking
any permission other than ^C will give invalid results unless ^C is ok
for the user in question.

Take a look at this:

    repo    foo/CREATOR/a[0-9][0-9]
        C   =   u2 u3
        RW+ =   CREATOR
        R   =   READERS u1

u1 looking for R access on foo/u1/a11 will otherwise result in
success.
2012-03-24 10:30:43 +05:30
..
Explode.pm trace messages rationalised to 3 levels 2012-03-24 10:30:43 +05:30
Load.pm access() with a missing repo 2012-03-24 10:30:43 +05:30
Store.pm gl-perms handling and roles, first cut 2012-03-24 10:30:43 +05:30
Sugar.pm wildrepos almost done (except setperms etc) 2012-03-24 10:30:43 +05:30