Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Give meaningful name to gitweb projects.list generation. | Tommi Virtanen | 2007-11-15 |
| | | | | Remove mentions of cancelled gitweb.conf generation from docstrings. | ||
* | Make gitosis-init call run_hook.post_update directly. | Tommi Virtanen | 2007-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 Virtanen | 2007-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 Virtanen | 2007-09-01 |
Sadly, no unit tests on this level, for now. |