Implement htaccess generation.
commite546372a9f3c5efa283b45f6f75e4f07b8166c83
authorAlexander Gavrilov <angavrilov@gmail.com>
Sun, 2 Nov 2008 14:06:07 +0000 (2 17:06 +0300)
committerAlexander Gavrilov <angavrilov@gmail.com>
Sun, 2 Nov 2008 14:06:07 +0000 (2 17:06 +0300)
treed11d7f06050ae16d2e45e10f5c6186e683c59c28
parent2602726204d536ef23f44aecf8dfe6ca032caae8
Implement htaccess generation.

If gitosis.htaccess is set to yes, generate .htaccess files
for each repository, that describe readability based on info
from the config file.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
gitosis/access.py
gitosis/htaccess.py [new file with mode: 0644]
gitosis/run_hook.py
gitosis/serve.py
gitosis/test/test_access.py
gitosis/test/test_htaccess.py [new file with mode: 0644]
gitosis/test/test_run_hook.py
gitosis/test/test_serve.py