From: Mark Lodato Date: Sat, 31 Oct 2009 00:47:39 +0000 (-0700) Subject: http-backend: more explict LocationMatch X-Git-Tag: v1.6.6-rc0~22^2~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5ba2d18f96037749f370c1386935e60f034c87e;p=git.git http-backend: more explict LocationMatch In the git-http-backend examples, only match git-receive-pack within /git/. Signed-off-by: Mark Lodato Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt index 2989c9f22..f17251ab9 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/git-http-backend.txt @@ -69,7 +69,7 @@ To enable anonymous read access but authenticated write access, require authorization with a LocationMatch directive: + ---------------------------------------------------------------- - + AuthType Basic AuthName "Git Access" Require group committers