aboutsummaryrefslogtreecommitdiff
path: root/gitosis/app.py
Commit message (Collapse)AuthorAge
* Use the new GitosisRawConfigParser.Robin H. Johnson2007-12-24
|
* 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.
* Make app.py pass pylint.Robin H. Johnson2007-12-18
|
* Avoid decorators to be compatible with python2.3 (for now).Tommi Virtanen2007-11-15
|
* Make gitosis-init ignore error from non-existent config file.Tommi Virtanen2007-09-03
| | | | | Refactored config file reading and logging initialization to make things nicer.
* Oops, fix bad arguments. Sadly no unit tests for this part :(Tommi Virtanen2007-09-03
|
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-03
Hide internal gitosis-ssh and gitosis-gitweb, it's all in gitosis-run-hook.