# 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: # repo-regexp ^(w[-+._0-9A-Za-z]*/?\.git)$ # # [no-]require-git-daemon-export-ok # For per-user service. Default is no-. # # Last match, or last setting, wins. # s may start with ~ # here is an example, taken from chiark: # # single-user dotat.at fanf dotat-git # single-user git.chiark.greenend.org.uk webmaster /u2/git-repos # # multi-user cabal.greenend.org.uk cabal-git # multi-user git.chiark.greenend.org.uk public-git