gitolite icon indicating copy to clipboard operation
gitolite copied to clipboard

Gitolite::Config::Repo objects should have more convenient methods for deleting/updating permissions

Open wingrunr21 opened this issue 13 years ago • 0 comments

Right now no functionality exists for easily updating/deleting permissions on an existing repo. This should be addressed. A proper DSL must be established since this functionality will have to deal with the fact that multiple perms of the same type can exist within a repo. Eg:

repo foobar
  R = bob joe sue
  - = sam
  R = jordan

wingrunr21 avatar Aug 03 '12 16:08 wingrunr21