Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make sure ~git/.ssh exists in gitosis-init. | Tommi Virtanen | 2007-09-03 |
| | |||
* | Let SSH public key user fields have a bit more varied content. | Tommi Virtanen | 2007-09-03 |
| | |||
* | 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. | ||
* | Make gitosis-init ignore error from non-existent config file. | Tommi Virtanen | 2007-09-03 |
| | | | | | Refactored config file reading and logging initialization to make things nicer. | ||
* | 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-init, for bootstrapping a new installation. | Tommi Virtanen | 2007-09-01 |