summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8127f77)
raw | patch | inline | side by side (parent: 8127f77)
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>
/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 |
index 2989c9f226b250561ef0a2f93a5193f8457a9e7a..f17251ab9de90297b94800cd314385b8d6578572 100644 (file)
require authorization with a LocationMatch directive:
+
----------------------------------------------------------------
-<LocationMatch ".*/git-receive-pack$">
+<LocationMatch "^/git/.*/git-receive-pack$">
AuthType Basic
AuthName "Git Access"
Require group committers