]> oss.titaniummirror.com Git - repo_shell.git/commit
Add extended wildcard matching 0.4
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 28 Sep 2012 05:49:25 +0000 (23:49 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 28 Sep 2012 05:49:25 +0000 (23:49 -0600)
commite6bad58d5fb98b9170a75c401b059fdb6b2dce81
tree0a70fa03320ad64cdeaaf2c2d00b772c11940bec
parentebbf97d1d30077057f22a808dfc4d02ce07ff338
Add extended wildcard matching

Now '*' can be used as the last character of a userid or repoid target.
Such as:

[user_groups]
group = st* sm*

[repo_groups]
rgroup = mirrors/*

[repo oss*]
* = rw
Makefile
git_acl.c
git_acl.cfg.example
match.c [new file with mode: 0644]
match.h [new file with mode: 0644]
repo_shell.c
stra.c
stra.h