blob: 1dc9b756a714b5f8ebe3895253fae3068a590f7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
========================================================== ``gitosis`` -- software for hosting ``git`` repositories ========================================================== Example configuration: .. include:: example.conf :literal: TODO ==== gitosis-lint: check that the user account (e.g. ``git``) looks valid gitosis-init: create repo with conf+keydir gitosis-create-repositories: create repos mentioned in config if they don't exist make git hook: update authorized_keys make git hook: update config file git-daemon-export-ok
|