aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-05-30 13:57:31 +0300
committerTommi Virtanen <tv@eagain.net>2007-06-04 14:16:26 +0300
commitbd1ee4fc013f169f1c052dc763c3e9ed602502c9 (patch)
tree04e054b5fe52efb1e801c4098d44bcc9359433d0 /README.rst
downloadgitosis-dakkar-bd1ee4fc013f169f1c052dc763c3e9ed602502c9.tar.gz
gitosis-dakkar-bd1ee4fc013f169f1c052dc763c3e9ed602502c9.tar.bz2
gitosis-dakkar-bd1ee4fc013f169f1c052dc763c3e9ed602502c9.zip
Initial import.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..280020d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,35 @@
+==========================================================
+ ``gitosis`` -- software for hosting ``git`` repositories
+==========================================================
+
+group -> list of repos
+
+/usr/local/bin/git-shell-enforce-directory
+
+check that the user account (e.g. ``git``) looks valid
+
+ssh keys
+
+regenerate authorized_keys, only touching lines that look safe
+
+allow skipping .git suffix
+
+git-daemon-export-ok
+
+Example configuration::
+
+ [gitosis]
+
+ [group NAME]
+ members = jdoe wsmith @anothergroup
+ writable = foo bar baz/thud
+ readonly = xyzzy
+ map writable visiblename = actualname
+ map readonly visiblename = actualname
+
+ [repo foo]
+ description = blah blah
+ daemon-ok = no
+
+ [gitweb]
+ homelink = http://example.com/