From: Mark Lodato Date: Sat, 31 Oct 2009 00:47:39 +0000 (-0700) Subject: http-backend: more explict LocationMatch X-Git-Tag: v1.7.5.1~2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ba2d18f96037749f370c1386935e60f034c87e;p=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 2989c9f226..f17251ab9d 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