summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-06 08:02:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-06 08:02:01 +0000
commit70fafca6859ed889fb00271bdfa2281a7948671a (patch)
tree1fa011597e1314c7213b9f3fd136fc305af11d70 /git-daemon.html
parent86f75880b999faec96526606328b9f653e29a6f2 (diff)
downloadgit-htmldocs-70fafca6859ed889fb00271bdfa2281a7948671a.tar.gz
Autogenerated HTML docs for v1.1.6-ga2c6
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html24
1 files changed, 19 insertions, 5 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 99d667c6f..1bb6d0c20 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -275,7 +275,8 @@ git-daemon(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
[--timeout=n] [--init-timeout=n] [--strict-paths]
- [--base-path=path] [directory&#8230;]</div></div>
+ [--base-path=path] [--user-path | --user-path=path]
+ [directory&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -314,8 +315,7 @@ the offers to a whitelist comprising of those.</p>
This is sort of "GIT root" - if you run git-daemon with
<em>--base-path=/srv/git</em> on example.com, then if you later try to pull
<em>git://example.com/hello.git</em>, <tt>git-daemon</tt> will interpret the path
- as <em>/srv/git/hello.git</em>. Home directories (the <em>~login</em> notation)
- access is disabled.
+ as <em>/srv/git/hello.git</em>.
</p>
</dd>
<dt>
@@ -374,6 +374,20 @@ the offers to a whitelist comprising of those.</p>
</p>
</dd>
<dt>
+--user-path, --user-path=path
+</dt>
+<dd>
+<p>
+ Allow ~user notation to be used in requests. When
+ specified with no parameter, requests to
+ git://host/~alice/foo is taken as a request to access
+ <em>foo</em> repository in the home directory of user <tt>alice</tt>.
+ If <tt>--user-path=path</tt> is specified, the same request is
+ taken as a request to access <tt>path/foo</tt> repository in
+ the home directory of user <tt>alice</tt>.
+</p>
+</dd>
+<dt>
--verbose
</dt>
<dd>
@@ -408,7 +422,7 @@ the offers to a whitelist comprising of those.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jan-2006 16:53:07 PDT
+Last updated 06-Feb-2006 08:01:58 UTC
</div>
</div>
</body>