Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
http-backend: more explict LocationMatch
author
Mark Lodato
<lodatom@gmail.com>
Sat, 31 Oct 2009 00:47:39 +0000
(17:47 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 5 Nov 2009 01:58:15 +0000
(17:58 -0800)
In the git-http-backend examples, only match git-receive-pack within
/git/.
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-http-backend.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8127f77
)
diff --git
a/Documentation/git-http-backend.txt
b/Documentation/git-http-backend.txt
index 2989c9f226b250561ef0a2f93a5193f8457a9e7a..f17251ab9de90297b94800cd314385b8d6578572 100644
(file)
--- 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:
+
----------------------------------------------------------------
-<LocationMatch ".*/git-receive-pack$">
+<LocationMatch "
^/git/
.*/git-receive-pack$">
AuthType Basic
AuthName "Git Access"
Require group committers