summaryrefslogtreecommitdiffstats
path: root/git-http-backend.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-http-backend.html')
-rw-r--r--git-http-backend.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-http-backend.html b/git-http-backend.html
index a9975459e..a0fb2b867 100644
--- a/git-http-backend.html
+++ b/git-http-backend.html
@@ -767,7 +767,7 @@ discussion of <code>GIT_PROTOCOL</code> in the ENVIRONMENT section below.</p></d
<div class="paragraph"><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&#8217;t explicitly been marked for export this way (unless the
-<code>GIT_HTTP_EXPORT_ALL</code> environmental variable is set).</p></div>
+<code>GIT_HTTP_EXPORT_ALL</code> environment variable is set).</p></div>
<div class="paragraph"><p>By default, only the <code>upload-pack</code> 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,
@@ -791,7 +791,7 @@ http.getanyfile
any file within the repository, including objects that are
no longer reachable from a branch but are still present.
It is enabled by default, but a repository can disable it
- by setting this configuration item to <code>false</code>.
+ by setting this configuration value to <code>false</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -801,7 +801,7 @@ http.uploadpack
<p>
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 <code>false</code>.
+ by setting this configuration value to <code>false</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -1063,11 +1063,11 @@ REQUEST_METHOD
</p>
</li>
</ul></div>
-<div class="paragraph"><p>The <code>GIT_HTTP_EXPORT_ALL</code> environmental variable may be passed to
+<div class="paragraph"><p>The <code>GIT_HTTP_EXPORT_ALL</code> environment variable may be passed to
<em>git-http-backend</em> to bypass the check for the "git-daemon-export-ok"
file in each repository before allowing export of that repository.</p></div>
<div class="paragraph"><p>The <code>GIT_HTTP_MAX_REQUEST_BUFFER</code> environment variable (or the
-<code>http.maxRequestBuffer</code> config variable) may be set to change the
+<code>http.maxRequestBuffer</code> config option) may be set to change the
largest ref negotiation request that git will handle during a fetch; any
fetch requiring a larger buffer will not succeed. This value should not
normally need to be changed, but may be helpful if you are fetching from
@@ -1102,7 +1102,7 @@ invoked by the <em>git-receive-pack</em>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-09-23 14:33:59 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>