X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/blobdiff_plain/d36c5f7baf4f11c7d6765afac2f5fb9449b0e0a7..70b9d2e0dbecb8fe1e2045a1752465cd35885bb0:/git-daemon/README diff --git a/git-daemon/README b/git-daemon/README index 116a6b3..76d9946 100644 --- a/git-daemon/README +++ b/git-daemon/README @@ -59,35 +59,7 @@ service, which is simply the git program with the same name. Configuration: -------------- -See "chiark-urlmap" for an example. - -Each line is one of: - - single-user [/] [] - matching requests will be handled by - and unless overridden by handled by - serving subdirectories of - - multi-user [/] - matching requests are only those those next - path element starts with ~. The - request will be handled by and unless - overridden by will be handled by - serving subdirectories of - ( must be a relative path) - - repo-regexp - For per-user service. Subrepos must match this - regexp, which must contain a single matching - group which is the filesystem pathname inside - the . The default is (Tcl syntax): - repo-regexp {^(\w[-+._0-9A-Za-z]*)$} - - [no-]require-git-daemon-export-ok - For per-user service. Default is no-. - -Last match, or last setting, wins. -s may start with ~ +See "git-urlmap" for syntax description and an example. ----------------------------------------------