summaryrefslogtreecommitdiffstats
path: root/gitweb.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb.html')
-rw-r--r--gitweb.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/gitweb.html b/gitweb.html
index d4614f0a0..d9c01c75c 100644
--- a/gitweb.html
+++ b/gitweb.html
@@ -749,7 +749,7 @@ gitweb(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="paragraph"><p>To get started with gitweb, run <a href="git-instaweb.html">git-instaweb(1)</a> from a Git repository.
-This would configure and start your web server, and run web browser pointing to
+This will configure and start your web server, and run a web browser pointing to
gitweb.</p></div>
</div>
</div>
@@ -776,7 +776,7 @@ Viewing the contents of files in the repository at any revision.
<li>
<p>
Viewing the revision log of branches, history of files and directories,
- see what was changed when, by who.
+ seeing what was changed, when, and by whom.
</p>
</li>
<li>
@@ -792,13 +792,13 @@ Generating RSS and Atom feeds of commits, for any branch.
</li>
<li>
<p>
-Viewing everything that was changed in a revision, and step through
+Viewing everything that was changed in a revision, and stepping through
revisions one at a time, viewing the history of the repository.
</p>
</li>
<li>
<p>
-Finding commits which commit messages matches given search term.
+Finding commits whose commit messages match a given search term.
</p>
</li>
</ul></div>
@@ -815,16 +815,16 @@ for details.</p></div>
<div class="sect2">
<h3 id="_repositories">Repositories</h3>
<div class="paragraph"><p>Gitweb can show information from one or more Git repositories. These
-repositories have to be all on local filesystem, and have to share common
+repositories have to be all on local filesystem, and have to share a common
repository root, i.e. be all under a single parent repository (but see also
-"Advanced web server setup" section, "Webserver configuration with multiple
+the "Advanced web server setup" section, "Webserver configuration with multiple
projects' root" subsection).</p></div>
<div class="listingblock">
<div class="content">
<pre><code>our $projectroot = '/path/to/parent/directory';</code></pre>
</div></div>
<div class="paragraph"><p>The default value for <code>$projectroot</code> is <code>/pub/git</code>. You can change it during
-building gitweb via <code>GITWEB_PROJECTROOT</code> build configuration variable.</p></div>
+building gitweb via the <code>GITWEB_PROJECTROOT</code> build configuration variable.</p></div>
<div class="paragraph"><p>By default all Git repositories under <code>$projectroot</code> are visible and available
to gitweb. The list of projects is generated by default by scanning the
<code>$projectroot</code> directory for Git repositories (for object databases to be
@@ -836,7 +836,7 @@ found at "$projectroot/$repo".</p></div>
</div>
<div class="sect2">
<h3 id="_projects_list_file_format">Projects list file format</h3>
-<div class="paragraph"><p>Instead of having gitweb find repositories by scanning filesystem
+<div class="paragraph"><p>Instead of having gitweb find repositories by scanning the filesystem
starting from $projectroot, you can provide a pre-generated list of
visible projects by setting <code>$projects_list</code> to point to a plain text
file with a list of projects (with some additional info).</p></div>
@@ -1642,7 +1642,7 @@ putting "gitweb" in the subject of email.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-06-23 13:24:09 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>