Allow granting access to repository owners.
commit009f24a8a8874e6ab5a133bd1b7525533b13fa0c
authorAlexander Gavrilov <angavrilov@gmail.com>
Fri, 17 Oct 2008 12:41:17 +0000 (17 16:41 +0400)
committerAlexander Gavrilov <angavrilov@gmail.com>
Sun, 2 Nov 2008 14:06:12 +0000 (2 17:06 +0300)
tree1234d9e0b1b3bd17c8f0374d8a4f65012cce0cd8
parenta19940859420bd48063ed787e9b14eefeb782473
Allow granting access to repository owners.

If a global option is specified, repository owners
that are valid users get access to that repositories:

[gitosis]
owner-writable = yes

[user jdoe]

[repo foo]
owner = jdoe

It is useful, because an owner without access is strange.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
gitosis/access.py
gitosis/test/test_access.py