summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-01-08 16:53:28 -0800
committerJunio C Hamano <junio@hera.kernel.org>2006-01-08 16:53:28 -0800
commit4d04a4022e7f9f3ada3a64e2010ce65e1fcc5c64 (patch)
tree9c9435c06dde528c101813360d5d8ad556d1640e /git-daemon.html
parent235a91e6b0d1d18a2517cf7e0a18278a6912bdb0 (diff)
downloadgit-htmldocs-4d04a4022e7f9f3ada3a64e2010ce65e1fcc5c64.tar.gz
Autogenerated HTML docs for 5a2282de13c4da13f979185e652c8a08e2481fd1
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 8899db0b4..99d667c6f 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -274,7 +274,8 @@ git-daemon(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
- [--timeout=n] [--init-timeout=n] [--strict-paths] [directory&#8230;]</div></div>
+ [--timeout=n] [--init-timeout=n] [--strict-paths]
+ [--base-path=path] [directory&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -305,6 +306,19 @@ the offers to a whitelist comprising of those.</p>
</p>
</dd>
<dt>
+--base-path
+</dt>
+<dd>
+<p>
+ Remap all the path requests as relative to the given path.
+ 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.
+</p>
+</dd>
+<dt>
--export-all
</dt>
<dd>
@@ -394,7 +408,7 @@ the offers to a whitelist comprising of those.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Jan-2006 17:12:17 PDT
+Last updated 08-Jan-2006 16:53:07 PDT
</div>
</div>
</body>