summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /gitweb.conf.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'gitweb.conf.html')
-rw-r--r--gitweb.conf.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/gitweb.conf.html b/gitweb.conf.html
index 5a7b48397..576866cee 100644
--- a/gitweb.conf.html
+++ b/gitweb.conf.html
@@ -737,7 +737,7 @@ gitweb.conf(5) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>gitweb.conf -
- Gitweb (git web interface) configuration file
+ Gitweb (Git web interface) configuration file
</p>
</div>
</div>
@@ -821,7 +821,7 @@ stops declaring it.</p></div>
<div class="paragraph"><p>You can include other configuration file using read_config_file()
subroutine. For example, one might want to put gitweb configuration
related to access control for viewing repositories via Gitolite (one
-of git repository management tools) in a separate file, e.g. in
+of Git repository management tools) in a separate file, e.g. in
<em>/etc/gitweb-gitolite.conf</em>. To include it, put</p></div>
<div class="listingblock">
<div class="content">
@@ -849,7 +849,7 @@ and installing gitweb.</p></div>
<div class="sect2">
<h3 id="_location_of_repositories">Location of repositories</h3>
<div class="paragraph"><p>The configuration variables described below control how gitweb finds
-git repositories, and how repositories are displayed and accessed.</p></div>
+Git repositories, and how repositories are displayed and accessed.</p></div>
<div class="paragraph"><p>See also "Repositories" and later subsections in <a href="gitweb.html">gitweb(1)</a> manpage.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -904,7 +904,7 @@ $project_maxdepth
<dd>
<p>
If <code>$projects_list</code> variable is unset, gitweb will recursively
- scan filesystem for git repositories. The <code>$project_maxdepth</code>
+ scan filesystem for Git repositories. The <code>$project_maxdepth</code>
is used to limit traversing depth, relative to <code>$projectroot</code>
(starting point); it means that directories which are further
from <code>$projectroot</code> than <code>$project_maxdepth</code> will be skipped.
@@ -951,7 +951,7 @@ $export_auth_hook
<pre><code>our $export_ok = "git-daemon-export-ok";</code></pre>
</div></div>
<div class="paragraph"><p>If not set (default), it means that this feature is disabled.</p></div>
-<div class="paragraph"><p>See also more involved example in "Controlling access to git repositories"
+<div class="paragraph"><p>See also more involved example in "Controlling access to Git repositories"
subsection on <a href="gitweb.html">gitweb(1)</a> manpage.</p></div>
</dd>
<dt class="hdlist1">
@@ -983,11 +983,11 @@ $GIT
<dd>
<p>
Core git executable to use. By default set to <code>$GIT_BINDIR/git</code>, which
- in turn is by default set to <code>$(bindir)/git</code>. If you use git installed
+ in turn is by default set to <code>$(bindir)/git</code>. If you use Git installed
from a binary package, you should usually set this to "/usr/bin/git".
This can just be "git" if your web server has a sensible PATH; from
security point of view it is better to use absolute path to git binary.
- If you have multiple git versions installed it can be used to choose
+ If you have multiple Git versions installed it can be used to choose
which one to use. Must be (correctly) set for gitweb to be able to
work.
</p>
@@ -999,7 +999,7 @@ $mimetypes_file
<p>
File to use for (filename extension based) guessing of MIME types before
trying <em>/etc/mime.types</em>. <strong>NOTE</strong> that this path, if relative, is taken
- as relative to the current git repository, not to CGI script. If unset,
+ as relative to the current Git repository, not to CGI script. If unset,
only <em>/etc/mime.types</em> is used (if present on filesystem). If no mimetypes
file is found, mimetype guessing based on extension of file is disabled.
Unset by default.
@@ -1146,8 +1146,8 @@ $logo_label
<p>
URI and label (title) for the Git logo link (or your site logo,
if you chose to use different logo image). By default, these both
- refer to git homepage, <a href="http://git-scm.com">http://git-scm.com</a>; in the past, they pointed
- to git documentation at <a href="http://www.kernel.org">http://www.kernel.org</a>.
+ refer to Git homepage, <a href="http://git-scm.com">http://git-scm.com</a>; in the past, they pointed
+ to Git documentation at <a href="http://www.kernel.org">http://www.kernel.org</a>.
</p>
</dd>
</dl></div>
@@ -1294,7 +1294,7 @@ $fallback_encoding
detection.
</p>
<div class="paragraph"><p><strong>Note</strong> that rename and especially copy detection can be quite
-CPU-intensive. Note also that non git tools can have problems with
+CPU-intensive. Note also that non Git tools can have problems with
patches generated with options mentioned above, especially when they
involve file copies ('-C') or criss-cross renames ('-B').</p></div>
</dd>
@@ -1314,7 +1314,7 @@ affects how "summary" pages look like, or load limiting).</p></div>
</dt>
<dd>
<p>
- List of git base URLs. These URLs are used to generate URLs
+ List of Git base URLs. These URLs are used to generate URLs
describing from where to fetch a project, which are shown on
project summary page. The full fetch URL is "<code>$git_base_url/$project</code>",
for each element of this list. You can set up multiple base URLs
@@ -1536,7 +1536,7 @@ override
(or enabled/disabled) on a per-repository basis.
</p>
<div class="paragraph"><p>Usually given "&lt;feature&gt;" is configurable via the <code>gitweb.&lt;feature&gt;</code>
-config variable in the per-repository git configuration file.</p></div>
+config variable in the per-repository Git configuration file.</p></div>
<div class="paragraph"><p><strong>Note</strong> that no feature is overriddable by default.</p></div>
</dd>
<dt class="hdlist1">
@@ -1747,7 +1747,7 @@ filesystem (i.e. "$projectroot/$project"), <code>%h</code> to the current hash
('h&#8217; gitweb parameter) and &#8216;%b` to the current hash base
('hb&#8217; gitweb parameter); &#8216;%%` expands to '%&#8217;.</p></div>
<div class="paragraph"><p>For example, at the time this page was written, the <a href="http://repo.or.cz">http://repo.or.cz</a>
-git hosting site set it to the following to enable graphical log
+Git hosting site set it to the following to enable graphical log
(using the third party tool <strong>git-browser</strong>):</p></div>
<div class="listingblock">
<div class="content">
@@ -1763,10 +1763,10 @@ timed
</dt>
<dd>
<p>
- Enable displaying how much time and how many git commands it took to
+ Enable displaying how much time and how many Git commands it took to
generate and display each page in the page footer (at the bottom of
page). For example the footer might contain: "This page took 6.53325
- seconds and 13 git commands to generate." Disabled by default.
+ seconds and 13 Git commands to generate." Disabled by default.
</p>
<div class="paragraph"><p>Project specific override is not supported.</p></div>
</dd>
@@ -1921,7 +1921,7 @@ gitweb_config.perl
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-06-19 16:36:49 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>