Allow specifying a template for auto-init.
commit3796d6219f60d2ed85ecdc2b715c24fb6ae8395f
authorAlexander Gavrilov <angavrilov@gmail.com>
Sun, 12 Oct 2008 13:20:40 +0000 (12 17:20 +0400)
committerAlexander Gavrilov <angavrilov@gmail.com>
Sun, 2 Nov 2008 14:06:12 +0000 (2 17:06 +0300)
treef1dddc14088579c245a110be56ed2370ec248311
parente546372a9f3c5efa283b45f6f75e4f07b8166c83
Allow specifying a template for auto-init.

[gitosis]
init-template = /srv/git/templates

It is useful for enforcing a set of common hooks, e.g.
a post-update that calls update-server-info.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
gitosis/serve.py
gitosis/test/test_serve.py