chiark / gitweb /
Better handling of .git suffixes
[userv-utils.git] / git-daemon / git-urlmap
index 10aaed26917eeee85cb5f29a91283ab9e8207a26..5a4e07ea3a1cc5bfa59355e19428a602a1c28db8 100644 (file)
@@ -18,7 +18,7 @@
 #           regexp, which must contain a single matching
 #           group which is the filesystem pathname inside
 #           the <directory>.  The default is (Tcl syntax):
-#     repo-regexp {^(\w[-+._0-9A-Za-z]*)$}
+#     repo-regexp ^(w[-+._0-9A-Za-z]*/?\.git)$
 # 
 #     [no-]require-git-daemon-export-ok
 #           For per-user service.  Default is no-.