aboutsummaryrefslogtreecommitdiff
path: root/gitosis/run_hook.py
Commit message (Collapse)AuthorAge
* Make gitosis-init call run_hook.post_update directly.Tommi Virtanen2007-09-03
| | | | | | | This avoids complexity where failing to read the config file in gitosis-run-hook is non-fatal, but only on the first run. gitosis-init will take care of config file reading and just pass a RawConfigParser instance to run_hook.post_update.
* 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.
* Add gitosis-run-hook, to be run from git hooks.Tommi Virtanen2007-09-01
Sadly, no unit tests on this level, for now.