Commit graph

3 commits

Author SHA1 Message Date
Tommi Virtanen 1f3924e2cb Make gitosis-init call run_hook.post_update directly.
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.
2007-09-03 21:16:15 -07:00
Tommi Virtanen 8a0654abe2 Refactor command line utilities to share setup.
Hide internal gitosis-ssh and gitosis-gitweb, it's all in gitosis-run-hook.
2007-09-03 17:09:12 -07:00
Tommi Virtanen acf005ea35 Add gitosis-run-hook, to be run from git hooks.
Sadly, no unit tests on this level, for now.
2007-09-01 18:54:49 -07:00