summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-daemon.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 0270c7372..dd8450564 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -273,7 +273,7 @@ git-daemon(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--export-all]
+<div class="content"><em>git daemon</em> [--verbose] [--syslog] [--export-all]
[--timeout=n] [--init-timeout=n] [--strict-paths]
[--base-path=path] [--user-path | --user-path=path]
[--interpolated-path=pathtemplate]
@@ -291,7 +291,7 @@ that service if it is enabled.</p>
<p>It verifies that the directory has the magic file "git-daemon-export-ok", and
it will refuse to export any git directory that hasn't explicitly been marked
for export this way (unless the <em>--export-all</em> parameter is specified). If you
-pass some directory paths as <em>git-daemon</em> arguments, you can further restrict
+pass some directory paths as <tt>git-daemon</tt> arguments, you can further restrict
the offers to a whitelist comprising of those.</p>
<p>By default, only <tt>upload-pack</tt> service is enabled, which serves
<tt>git-fetch-pack</tt> and <tt>git-ls-remote</tt> clients, which are invoked
@@ -310,7 +310,7 @@ git repositories.</p>
<p>
Match paths exactly (i.e. don't allow "/foo/repo" when the real path is
"/foo/repo.git" or "/foo/repo/.git") and don't do user-relative paths.
- git-daemon will refuse to start when this option is enabled and no
+ <tt>git-daemon</tt> will refuse to start when this option is enabled and no
whitelist is specified.
</p>
</dd>
@@ -320,7 +320,7 @@ git repositories.</p>
<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
+ This is sort of "GIT root" - if you run <tt>git-daemon</tt> 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>.
@@ -591,7 +591,7 @@ git 9418/tcp # Git Version Control System</tt></pre>
</div></div>
</dd>
<dt>
-git-daemon as inetd server
+<tt>git-daemon</tt> as inetd server
</dt>
<dd>
<p>
@@ -602,13 +602,13 @@ git-daemon as inetd server
</p>
<div class="listingblock">
<div class="content">
-<pre><tt> git stream tcp nowait nobody /usr/bin/git-daemon
- git-daemon --inetd --verbose --export-all
+<pre><tt> git stream tcp nowait nobody /usr/bin/git
+ git daemon --inetd --verbose --export-all
/pub/foo /pub/bar</tt></pre>
</div></div>
</dd>
<dt>
-git-daemon as inetd server for virtual hosts
+<tt>git-daemon</tt> as inetd server for virtual hosts
</dt>
<dd>
<p>
@@ -619,8 +619,8 @@ git-daemon as inetd server for virtual hosts
</p>
<div class="listingblock">
<div class="content">
-<pre><tt> git stream tcp nowait nobody /usr/bin/git-daemon
- git-daemon --inetd --verbose --export-all
+<pre><tt> git stream tcp nowait nobody /usr/bin/git
+ git daemon --inetd --verbose --export-all
--interpolated-path=/pub/%H%D
/pub/www.example.org/software
/pub/www.example.com/software
@@ -634,7 +634,7 @@ clients, a symlink from <tt>/software</tt> into the appropriate
default repository could be made as well.</p>
</dd>
<dt>
-git-daemon as regular daemon for virtual hosts
+<tt>git-daemon</tt> as regular daemon for virtual hosts
</dt>
<dd>
<p>
@@ -644,7 +644,7 @@ git-daemon as regular daemon for virtual hosts
</p>
<div class="listingblock">
<div class="content">
-<pre><tt> git-daemon --verbose --export-all
+<pre><tt> git daemon --verbose --export-all
--interpolated-path=/pub/%IP/%D
/pub/192.168.1.200/software
/pub/10.10.220.23/software</tt></pre>
@@ -688,7 +688,7 @@ selectively enable/disable services per repository
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:31 UTC
+Last updated 02-Jul-2008 03:01:39 UTC
</div>
</div>
</body>