aboutsummaryrefslogtreecommitdiff
path: root/gitosis/gitdaemon.py
Commit message (Collapse)AuthorAge
* Add more testcases, and add coverage exclusion notations on places where we ↵Robin H. Johnson2007-12-18
| | | | do test the the content functions already, or they interact with the system too much to test for coverage automatically.
* Factor out functions with a common errno ignore block.Robin H. Johnson2007-12-18
|
* Pylint cleanups again.Robin H. Johnson2007-12-18
|
* Use the new getboolean_default utility function to refactor code.Robin H. Johnson2007-12-18
|
* Pylint fixes for gitdaemon.py, includes refactoring of set_export_ok to make ↵Robin H. Johnson2007-12-18
| | | | it easier to follow.
* Manage git-daemon-export-ok flags from gitosis config.Tommi Virtanen2007-11-17