summaryrefslogtreecommitdiffstats
path: root/git-http-backend.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-http-backend.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-http-backend.html')
-rw-r--r--git-http-backend.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/git-http-backend.html b/git-http-backend.html
index aa0d75ca2..0f89777d5 100644
--- a/git-http-backend.html
+++ b/git-http-backend.html
@@ -321,7 +321,7 @@ git-http-backend(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-http-backend</em></div></div>
+<div class="content"><em>git http-backend</em></div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -335,10 +335,10 @@ pushing using the smart HTTP protocol.</p></div>
that hasn't explicitly been marked for export this way (unless the
GIT_HTTP_EXPORT_ALL environmental variable is set).</p></div>
<div class="para"><p>By default, only the <tt>upload-pack</tt> service is enabled, which serves
-<em>git-fetch-pack</em> and <em>git-ls-remote</em> clients, which are invoked from
-<em>git-fetch</em>, <em>git-pull</em>, and <em>git-clone</em>. If the client is authenticated,
-the <tt>receive-pack</tt> service is enabled, which serves <em>git-send-pack</em>
-clients, which is invoked from <em>git-push</em>.</p></div>
+<em>git fetch-pack</em> and <em>git ls-remote</em> clients, which are invoked from
+<em>git fetch</em>, <em>git pull</em>, and <em>git clone</em>. If the client is authenticated,
+the <tt>receive-pack</tt> service is enabled, which serves <em>git send-pack</em>
+clients, which is invoked from <em>git push</em>.</p></div>
</div>
<h2 id="_services">SERVICES</h2>
<div class="sectionbody">
@@ -363,7 +363,7 @@ http.uploadpack
</dt>
<dd>
<p>
- This serves <em>git-fetch-pack</em> and <em>git-ls-remote</em> clients.
+ This serves <em>git fetch-pack</em> and <em>git ls-remote</em> clients.
It is enabled by default, but a repository can disable it
by setting this configuration item to <tt>false</tt>.
</p>
@@ -373,7 +373,7 @@ http.receivepack
</dt>
<dd>
<p>
- This serves <em>git-send-pack</em> clients, allowing push. It is
+ This serves <em>git send-pack</em> clients, allowing push. It is
disabled by default for anonymous users, and enabled by
default for users authenticated by the web server. It can be
disabled by setting this item to <tt>false</tt>, or enabled for all
@@ -384,11 +384,11 @@ http.receivepack
</div>
<h2 id="_url_translation">URL TRANSLATION</h2>
<div class="sectionbody">
-<div class="para"><p>To determine the location of the repository on disk, <em>git-http-backend</em>
+<div class="para"><p>To determine the location of the repository on disk, <em>git http-backend</em>
concatenates the environment variables PATH_INFO, which is set
automatically by the web server, and GIT_PROJECT_ROOT, which must be set
manually in the web server configuration. If GIT_PROJECT_ROOT is not
-set, <em>git-http-backend</em> reads PATH_TRANSLATED, which is also set
+set, <em>git http-backend</em> reads PATH_TRANSLATED, which is also set
automatically by the web server.</p></div>
</div>
<h2 id="_examples">EXAMPLES</h2>
@@ -434,7 +434,7 @@ directive around the repository, or one of its parent directories:</p></div>
&lt;/Location&gt;</tt></pre>
</div></div>
<div class="para"><p>To serve gitweb at the same url, use a ScriptAliasMatch to only
-those URLs that <em>git-http-backend</em> can handle, and forward the
+those URLs that <em>git http-backend</em> can handle, and forward the
rest to gitweb:</p></div>
<div class="listingblock">
<div class="content">
@@ -488,7 +488,7 @@ ScriptAlias /git/ /var/www/cgi-bin/gitweb.cgi/</tt></pre>
</div>
<h2 id="_environment">ENVIRONMENT</h2>
<div class="sectionbody">
-<div class="para"><p><em>git-http-backend</em> relies upon the CGI environment variables set
+<div class="para"><p><em>git http-backend</em> relies upon the CGI environment variables set
by the invoking web server, including:</p></div>
<div class="ilist"><ul>
<li>
@@ -546,7 +546,7 @@ invoked by the <em>git-receive-pack</em>.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-18 01:25:22 UTC
+Last updated 2010-01-21 17:44:30 UTC
</div>
</div>
</body>