X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/blobdiff_plain/70b9d2e0dbecb8fe1e2045a1752465cd35885bb0..aa0bce91c04ffd1923a623819e5bbe1ccf609a81:/git-daemon/git-urlmap diff --git a/git-daemon/git-urlmap b/git-daemon/git-urlmap index 10aaed2..80a1f3c 100644 --- a/git-daemon/git-urlmap +++ b/git-daemon/git-urlmap @@ -17,8 +17,8 @@ # 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]*)$} +# 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-.