aboutsummaryrefslogtreecommitdiff
path: root/gitosis/access.py
Commit message (Collapse)AuthorAge
* Fixes in access.py to pass pylint.Robin H. Johnson2007-12-18
|
* Create leading directories when creating missing repos in gitosis-serve.Tommi Virtanen2007-11-15
| | | | | | | | | | Creation is in gitosis.serve and not directly in repository.init(), because that's the location that can tell what part of the directory tree is allowed to be missing. Made the reconstructed git command include the extension as that was easier to do. haveAccess return value is now tuple, to preserve information on what parts of the path can be missing.
* Add a default repository prefix.Tommi Virtanen2007-08-11
| | | | Used to fail is gitosis.repositories is not set.
* Allow ``gitosis-serve`` incoming path names to always have ``.git`` suffix.Tommi Virtanen2007-06-04
| | | | Strip it before processing further.
* Add config option ``repositories``, for giving a path prefix to repositories.Tommi Virtanen2007-06-04
| | | | | | Both global and relative (to home directory) values work, can be given in global section ``[gitosis]`` or in the ``[group FOO]`` section for just that group.
* Add debug logging to haveAccess.Tommi Virtanen2007-06-04
|
* Initial import.Tommi Virtanen2007-06-04