Make post-update hook reload config after writing it out.
commite495c9a66e583f009a53af865eacca3a5e7b953e
authorTommi Virtanen <tv@eagain.net>
Mon, 31 Dec 2007 19:11:22 +0000 (31 21:11 +0200)
committerTommi Virtanen <tv@eagain.net>
Mon, 31 Dec 2007 19:11:22 +0000 (31 21:11 +0200)
tree2b1f9d5b923160309a81e963fee1959b4b73c06d
parent895fd8b7ad0766f5c320befa221fa7e4cdacfc71
Make post-update hook reload config after writing it out.

Without this, any changes to repository settings would only be
applied after one extra (non-empty) push.

Add unit test coverage for the post-update hook.

Make SSH authorized_keys path configurable, mostly for unit tests.
gitosis/run_hook.py
gitosis/test/test_run_hook.py [new file with mode: 0644]
gitosis/util.py