aboutsummaryrefslogtreecommitdiff
path: root/gitosis/run_hook.py
Commit message (Collapse)AuthorAge
* Set description from config file for gitweb use.Tommi Virtanen2007-11-17
|
* Manage git-daemon-export-ok flags from gitosis config.Tommi Virtanen2007-11-17
|
* Give meaningful name to gitweb projects.list generation.Tommi Virtanen2007-11-15
| | | | Remove mentions of cancelled gitweb.conf generation from docstrings.
* 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.